Ann Adamcik wrote: > I have a css menu, and I would like a stripe to appear a few > pixels below each button when I hover. I've done this in > Firefox by setting a bottom border on the list item when it is > hovered over, > but of course this doesn't work in IE. Can anyone point me to > a good method that works in IE?
Add a <span> inside the <a> elements, apply some of the <a> styles to <span>, and some of the <li> styles to <a>, play with paddings and borders: http://here.locusmeus.com/temp/ann.html -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
