Re: [css-d] List word wrap interferes with a:hover in IE

2005-06-10 Thread Mike Stickel
On Jun 10, 2005, at 4:07 PM, Smith, Sarah wrote: #menu li { margin: 0; padding: 0; border-bottom: 1px solid #000; } .last { border-bottom: 0 none !important; } #menu a { text-decoration: none; color: #006; display: block; width: auto; padding: 3px 5px; _width: 230px; }

[css-d] List word wrap interferes with a:hover in IE

2005-06-10 Thread Smith, Sarah
I have a vertical list/menu where I would like the hover effect to extend the width of the list, not just the width of the text. I'm OK except for the last list item in IE. It appears to not work because the list item before it wraps. Any solutions, aside from increasing the width of my list? TIA,