Scott Sauyet wrote

> Hi, I haven't been around these parts much lately, but some of you might
> remember me from a few years ago. ("Anyone? Anyone? Bergevin?") I
> got stuck on something today, and was hoping this group might have seen
> it before, or be able to offer some direction.
>
> This looks pretty close to what I want in FF:
>
> http://scott.sauyet.com/issues/2008-03-04a/
>
> When you hover onto or off of the top menu item, the text box and
> button move down the page. They keep doing this; it's not a one-time
> behavior. In IE7 they will go on indefinitely.
>
> -- Scott Sauyet

It's not the Guillotine bug. Somehow IE is transferring the padding below the 
list items. The fix which looks the same for Firefox, and OK for IE is.

#main-menu .menu-group {
    border-bottom: 1px solid #858585;
    margin: 0; /* DELETE */
    padding: .25em 0;  /* DELETE */
    padding: 0; /* ADD */
    margin: .25em 0; /* ADD */
}


You may want to feed IE a few different rules to get it right.


Alan

http://css-class.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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