Forum Moderators: not2easy

Message Too Old, No Replies

ie7/mozilla rendering problem

         

heinz1218

12:38 am on Feb 11, 2007 (gmt 0)

10+ Year Member



I have this menu i'm building, and i'm having a problem getting ie7/firfox to render the same. Notice the box around the content below the menu is boxed in nicely on firefox, but not on mozilla. I corrected it using "margin-top:-13px" because there was a gap appearing, as you can see when you open in ie7.

there are two css files:

[edited by: SuzyUK at 6:29 pm (utc) on Mar. 25, 2007]
[edit reason] URL's removed [/edit]

scriptmasterdel

2:54 am on Feb 11, 2007 (gmt 0)

10+ Year Member



If you reset the #navlist ul margin / padding to start of with.

#navlist {
padding: 0;
margin: 0;
}

and add line height to yout li a.

#navlist li a {
line-height: 19px; /* specify height of lines */
}

Let me know how you get on.

Del