Forums

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

Home Forums CSS [Solved] Position:Fixed issue in IE

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29177
    chokdidesign
    Member

    Hello
    I have been transforming a site for IE since two days, there’s a last little thing resisting me.
    When you go to http://www.fourtymain.org
    then click BANDS and SHELLBEACH (the others have no content), you’ll notice a little language selector, that doesn’t move when you slide the languages (FF, Safari, Chorme, OSX+PC), but in IE, it moves together with it…
    i tried hitting the margin with jquery, but it ruins another script…

    any ideas?
    thanks for your help!

    #76647
    Brido
    Member

    When using absolute positioning… it’s best to use left, right, top, and bottom properties.

    Code:
    .langSelector { left:314px; position:absolute; text-align:right; width:95px; z-index:999; }
    #76670
    chokdidesign
    Member

    Wonderful!!
    I had quit using those i because i recently abused with relative+absolute, and had to work my way with negative margins.
    THANKS A LOT!!

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