Previous Message
Next Message

Odd size change on hover in MSIE

Sent by Christian Heilmann on 10 November 2005 14:02


> > I am experiencing a weird issue with hovers on MSIE. If you go to:
> > http://icant.co.uk/works/wickstead/extensions.php
> > http://icant.co.uk/works/wickstead/
> > and you hover over the links on the right or the bottom respectively,
> > MSIE does increase the height of the main container.

> Looks like something spurious is dropping ...
> Its a tight float setting. Reducing the width of the right side seems to
> fix it at my end.
> #specials {
>    /* padding: 10px; */
>    padding: 10px 10px 10px 6px;
>    width: 130px;
>    float: left;
>    }
> or
> #specials {
>    padding: 10px;
>    margin-right: -4px;
>    width: 130px;
>    float: left;
>    }

You the man! Cheers.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: