Wednesday 07 November 2007 4:58:43 am
Wanting to changed the default Link color and have added the following to my homestyles.css
/*********** Link Styles ***********/
a:link {color: #C5DC9F;}
a:visited {color: #C5DC9F;}
a:active {color: #C5DC9F;}
a:hover {color: #3D092A;} a {text-decoration: none} In Mozilla Firefox, the link colors behave as intend, however, in Internet Explorer 7, the windows standard 'blue' for new and 'purple' visited link colors still display??? See www.clutch.com.au Most of our business users are using IE, so it is a visual problem. Can anyone help me identify how to also make the link colors work in IE? Thanks in advance. :-)
|