mindy wrote:
> 
> I'm slowly learning this wonderful css stuff. :oD Recently we decided to
> redesign our web comic in css/php though I'm having a problem with the
> navigation when you hover it jumps (I guess like the rest of us). 
> 
> [LINK: http://pj-chron.com/redesign] http://pj-chron.com/redesign
> 
> 

Hi Mindy,

It's caused by the top-border only appearing on mouse hover. You need to 
add a border-top declaration to the .sidelink rule - say:

border-top:1px solid #fff;

cheers,

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