Alan Gresley wrote:
>> 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.
> 
> 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.

Thank you very much.  I hope to get a few minutes in the next several 
days to write up this bug.  Wow!!!

Just out of curiosity, what is your technique for finding this one?  I 
was really stymied.

   -- Scott
______________________________________________________________________
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