Brian M. Curran wrote: > Hi, > On my Portfolio page (http://www.brianmcurran.com/portfolio.html) I have a > problem with the links for my portfolio images. My #content a:hover and > #content a:active are suppose to be identical, but only the hover state is > correct. Can someone help? > > Sincerely, > Brian >
See if replacing your styles with these works the way you want... #content a { color: #333; font-weight: bold;} #content a:hover, #content a:focus, #content a:active { color: #fff; background: #333;} ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] 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/