CSS layout problems in Explorer (fine in Firefox andSafari)

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default CSS layout problems in Explorer (fine in Firefox andSafari)

    I am working on a CSS site (my first!) here [url]www.benfrain.com[/url]

    It appears fine in Firefox (PC and Mac) and Safari (mac) but when I view it in
    Explorer for Mac (5.2.3) I get a over long page and I get no auto margin on the
    left.

    Another small curiosity - I have noticed that my background image on my div id
    "header" seems to start off again on the right. Again, Explorer 5.2 for mac
    only...

    My html and css both validate.

    Anybody know why this is happening?

    Benfrain Guest

  2. Similar Questions and Discussions

    1. Shockwave fine in IE, not in Firefox
      For some reason, my 360 works fine in IE, but not in Firefox.... http://sexystarfish.com/360test/test2.html is the issue. I don't think I could...
    2. Scrollbar on Firefox and CSS layout
      I have a layout issue where I am trying to align my fixed div in the center of the browser window. In Firefox if the content of the body is longer...
    3. (HELP) website with flash+xml displays fine in IE butnot firefox
      I'm totally new here but I really really need help debugging my website. The problem is I have a flash file the loads an xml file to display...
    4. firefox, and internet explorer problems
      http://www.iankovi.com/loggedin.html css: http://www.iankovi.com/style.css in internet explorer the lists(li) have an extra space between them...
    5. IE problem with DIV/CSS, Firefox views fine
      I recently completed the following page for a client: http://www.nomoreart.co.uk/mycontactlens/css/main_layout.css Thanks Glen
  3. #2

    Default Re: CSS layout problems in Explorer (fine in Firefox and Safari)

    Benfrain wrote:
    > I am working on a CSS site (my first!) here [url]www.benfrain.com[/url]
    >
    > It appears fine in Firefox (PC and Mac) and Safari (mac) but when I view
    > it in
    > Explorer for Mac (5.2.3) I get a over long page and I get no auto margin
    > on the left.
    The Explorer does not know what margin:auto means (only now the new IE 7 is
    working properly with this).

    A simple workaround is to give the html and body-element a text-align:
    center

    And then have a div, that wraps around all content on this site and attach
    to make this text-align:left

    Keep the margin for left and right as auto for firefox and all the other
    browser that support this properly.

    Claudia
    Claudia Ringwald Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139