- 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...