Works fine in Firefox, but in IE 6 (shudder*) the bloody borders won't disappear in the menu, and won't display inline, and in IE7 it doesnt display inline.
ul.menu { margin: 0; padding: 0; list-style: none; } ul.menu li { margin: 0; padding: 0; list-style: none; display: inline; color: #9E8D7A; } ul.menu li > a{ color: #4c3f31; text-decoration: none; padding: 0; border: 0; } ul.menu >li > a >img{ border: 0; }
IE6 doesn't support the ">" selector
Thanks - that sorted the borders, but it won't show inline correctly. 2 menu items doesn't but not the rest
The menu is wrapped in a table cell with width:160px, that's probably it 
God I'm a dumbasss.
Thanks
Sorry, you must be a member to post to a conversation. Either
log in or
sign up
to get involved.