Results 1 to 3 of 3

Thread: IE 7 layout jumps

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE 7 layout jumps

    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/
    Last edited by coldrocks; 11-04-2008 at 05:04 AM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this in your css:
    Code:
    #top {
    	margin: 0;
    	border: 0;
    	padding: 0;
    	text-align: left;
    	width:100%;
    }

  3. #3
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did the trick. Thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •