View Single Post
  #3 (permalink)  
Old Nov 26th, 2007, 17:51
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS menu not working in IE6

Code: Select all
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:192px; /* changed from 150 px */
w\idth:181px; /* changed from 139px, should be 11 px less than the .menu ul ul and .menu li */
}
I see a typo on the last line. width has a \ in it.

See if that fixes your problem...
Reply With Quote