Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] IE6 Double-Margin Bug?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28290
    dedobleve
    Member

    I have a sidebar with an unordered list that’s being shifted to the right in IE6. I thought it was the double-margin bug, but the usual fix, adding "display: inline;" to the floated elements doesn’t seem to work. Does anyone have any ideas?

    In IE6:
    [attachment=1]IE6.png[/attachment]

    In other browsers:
    [attachment=0]Others.png[/attachment]

    The page is here: http://goo.gl/ehOu.

    #72056
    dedobleve
    Member
    "virtual" wrote:
    IE6 is probably ignoring the z-index and the ul list is being pushed over by the width of .propertycontainer. If you reduce the width of .propertycontainer to 620px and float: left it should be OK.

    That did it! .property-container was too wide. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.