Forums

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

Home Forums CSS IE 7 – Position:relative | Overflow:auto; problem

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

    Hii,
    i have a trouble with position:relative div inside an another div which has overflow:auto.. Here when im scrolling the main div, the relative positioned one is not scrolling properly in IE7. But it works fine with IE8 and other browsers.. Pls help what can i do for this.. I tried giving relative to the parent div, but i need some slider kind of thing to be positioned so its a must to put relative to the content.. give some solution.. and im using CSS strict mode..

    Thanx in advance

    #55604
    cybershot
    Participant

    usually the parent div has relative and the child has absolute. Did you try that?

    #53765
    srinarayanan
    Member

    thank you.. i just given relative to the parent and absolute to the child with left, top values.. It worked fine..

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