> 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;}




> Brian M. Curran wrote:
>> Thank you, this is a good improvement!! It's working in FF, but the 
>> active state is still not working in Google Chrome. Any thoughts on what 
>> could be happening?
>>
>>
>
>
>
>
> Delete this declaration, and then try it...(not tested)
>
> #content a:link, #content a:visited {
>    color: #333;
>    font-weight: bold;
>    }
>
>
>
>
>
No, still the same results. I also tried some other combinations and they 
didn't work either. ...Something to note though. As it stands I've been 
matching the appearance of a:link & a:visited, and a:hover & a:active. If I 
try to vary the appearance of a:visited, then the only link that gets 
effected is the very last one in the "content" container (i.e. Click Here). 
Could something be wrong with my HTML that is in turn effecting these css 
commands?

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

Reply via email to