View Single Post
  #5 (permalink)  
Old Feb 23rd, 2007, 09:01
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Great in IE7, wierd lines in FF

For the menu, IE handles positioning horrible. You can use the star hack to target IE 5 and 6 if nothing else works:

Code: Select all
* html ul#nav li {
    left: 200px;
}
Reply With Quote