View Single Post
  #2 (permalink)  
Old Mar 4th, 2008, 16:17
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
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
Reply With Quote