A.K. Allen wrote:

> I have a horizontal menu that is wrapping in IE6.
> 
> http://frank.mtsu.edu/~mtabroad/sa_students/about_test.shtml

Add...
* html #header ul li {overflow-x: hidden;}
...to prevent the anchors from expanding the list-items in IE6.

BTW: IE6 is in standards mode, so hacking width to include side-paddings
on anchors in it is a bit misplaced. Side-paddings are added to width in
that mode.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to