Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Problems with Header: nice in FF whacked in IE Re: [Solved] Problems with Header: nice in FF whacked in IE

#78938
Startupt
Member

Try to ad

display:inline;

to the #nav li. Interesting, i checked befor in IE9 and it worked great, however it breaks in IE8, so ad that small code to your CSS should work.
You should have than:

#nav li {display:inline;
float:left;
list-style:none outside none;
margin:0 10px;
padding:0;
}