On Mar 9, 2011, at 11:21 AM, Matthew P. Johnson wrote: > If you follow this link > > http://peacetimemachine.com/ecoit/testimonials.shtml > > and click on the "Contact" nav option. The lightbox works (don't mind the > form inside, I am working on that tonight) but when you close the lightbox, > the "Contact" nav option has a color border that I did not code. Is there a > way to fix this? Is there an onclick css style that I can't find anywhere?
There is nothing strange or mysterious. You clicked the link, then returned to the same view. The link (by being clicked) has focus. By default UA's apply some styling to the :focus pseudo-class, usually a 1px dotted outline. This is important for accessibility reasons, user who use keyboard to access those links have a feedback about which link is focussed. You can eventually remove that outline, but **please** replace it with some other styling to help keyboard users. Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ 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/
