Raffaele,

On Oct 19, 2006, at 5:10 AM, Raffaele Guaitoli wrote:

> I have a proble with this left menu http://www.formazioneazienda.it.
> the "ul li a:hover" state is set to have "1px solid border" but when
> you hover over it bounces down. any suggestion to keep the border and
> avoid the noisy effect?

You are getting a 1px shift on hover because you are adding a bottom  
border.  You will have to remove 1px extra bottom padding on hover.

Add padding-bottom: 3px; to ul li a:hover


Roger,
-- 
Roger Roelofs
[EMAIL PROTECTED]



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to