[css-d] Trouble debugging :hover in IE7

2007-10-19 Thread Sean Edison-Albright
Hi all, New to this forum... please correct my mistakes vehemently. I'm working on a two-tier horizontal css menu using nested ul elements. In Firefox and Opera everything works great -- current submenu displays by default, hovering over an element in the supermenu displays the appropriate subme

Re: [css-d] Trouble debugging :hover in IE7

2007-10-19 Thread Gunlaug Sørtun
Sean Edison-Albright wrote: > IE7 seems to be displaying the correct submenu when I hover over an > element, but when I mouse down to the submenu, I lose the submenu. > http://www.edison-albright.com/index.2menu.html IE7 isn't any good at handling vertical padding on inline-elements, so the pare

Re: [css-d] Trouble debugging :hover in IE7

2007-10-20 Thread Sean Edison-Albright
On 10/19/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > IE7 isn't any good at handling vertical padding on inline-elements, so > the parent's area doesn't reach down to the children. > > Try changing the line-height instead, to achieve something like... >