RE: wai home page design - draft 1 & CSS

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