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 Note: They are positioned absolute
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.