Christian Montoya wrote:
> You can see the problem here:
> http://www.omega-tek.com/index.php
> 
> Click a link on the right hand side, and the extra 1px of border adds
> a horizontal navbar while the link is active.


Thanks. If using margin-left:-1px is not an option, what about 
outline-offset:-1px; ? Seems to work in Fx 1.5b2/Win here.

#rightnav a:active,
#rightnav a:focus {outline-offset: -1px;}

But I do not have any experience with that property. Any drawbacks?

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to