anchoring a div in place

Discussion in 'CSS' started by lektrikpuke, Jun 24, 2008.

  1. #1
    Ok guys I have a problem with a js mouseover showing a div (for navigation). The div is normally hidden and when a link is moused over, the div(with accompanying links) shows up. Everything is good and fine unless the page is rolled down (or lower resolution) and then moused over. Then the long divs (navigation divs with lots of links) move up so automatically so they show in their entirety (instead of staying put). Anybody know how I can fix this?

    Thanks :p

    Note: They are positioned absolute
     
    lektrikpuke, Jun 24, 2008 IP
  2. WoWow

    WoWow Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Possible this is the case when you need to handle scrolling and resing "manually" using JS ? :)

    I mean use window.onresize or window.onscroll and set size for divs as needs.
     
    WoWow, Jun 24, 2008 IP