Results 1 to 3 of 3

Thread: Problems with IE again

  1. #1
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with IE again

    1) Script Title:
    --------------
    CSS Fixed Layout #3.1- (Fixed-Fixed-Fixed)


    2) Script URL (on DD):
    ---------------------
    http://www.dynamicdrive.com/style/layouts/category/C10/


    3) Describe problem:
    --------------------
    The Content should be centered, but it dosn't
    work under IE 5.0 und IE 5.5.

    Any Idea, if there is a way to fix the Problem ?

    best regards,
    heinetz

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    try to reverse the body and main content layout styles
    Code:
    body {
         margin: 0 auto;
         width: 90%; /*Changed from 840px */
    }
    #mainContent {
          min-width: 760px /* 800x600 friendly */
    }
    and another note. I do not think you have to worry much about IE5.0 anymore since IE7 came out. I generally only test 2 version releases back and anyone beyond that is considered to have an outdated browser.

  3. #3
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i tried your tipp but without success. i think, you're right and a don't have to worry about ie5.0

    best regards,
    martin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •