- From: Andrew Arch <andrew.arch@nils.org.au>
- Date: Fri, 19 Nov 2004 16:12:44 +1100
- To: <michaeka@wellsfargo.com>, <public-wai-eo-site@w3.org>
I think I was going to send in some sample CSS for links:
a:link {
color: #3300CC;
text-decoration: underline;
}
a:visited {
color: #3366CC;
}
a:hover {
color: #3300CC;
background-color: #CCFFFF;
}
a:focus {
color: #3300CC;
background-color: #CCFFFF;
}
a:active {
color: #3300CC;
background-color: #CCFFFF;
}
from http://www.sandstormevents.com.au/events/melbourne.htm
Works with both mouse and keyboard for highlighting the link.
Andrew
_________________________________
Dr Andrew Arch
Manager Online Accessibility Consulting
Accessible Information Solutions, NILS
Ph 613 9864 9222; Fax 613 9864 9210; Mobile 0438 755 565
http://www.nils.org.au/ais/ | http://www.ozewai.org/2004/
Member, Education & Outreach Working Group,
W3C Web Accessibility Initiative
http://www.w3.org/WAI/EO/
National Information & Library Service, Australia
A subsidiary of RBS.RVIB.VAF Ltd.
Received on Friday, 19 November 2004 05:14:02 UTC