Log in

View Full Version : Resolved IE 7 layout jumps



coldrocks
11-03-2008, 05:44 PM
The navigation bar shows lower on IE7 when the page loads or is refreshed. When the mouse goes over the naviagation bar and the hover properties are applied, the navigation bar jumps up to where it is supposed to be (and is shown at the start on FF).

There is no javascript and the only thing the hover property does is change the background image of the link (to one already used on the "active" link).

This is the test site: http://www.coldrocks.com/test/

Snookerman
11-03-2008, 09:15 PM
Try this in your css:

#top {
margin: 0;
border: 0;
padding: 0;
text-align: left;
width:100%;
}

coldrocks
11-04-2008, 05:04 AM
That did the trick. Thank you!