|
Re: <li> elements break in IE7
Can you try this CSS:-
- Code: Select all
ul.links{
width:198px!important;
}
ul li{
margin:0 9px 0 0;
float:left;
list-style:none;
}
ul li a{
text-decoration:none;
margin:0;
}
Should this not work, try putting the ul element into a sized container.
hth
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com
I am currently unavailable for private work
|