Hello,
Using CSS2 I have some basic psuedo <a> link properties:
a:active {color: #038C96; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:link {color: #038C96; text-decoration: none;}
a:visited: {color: #038C96; text-decoration: none;}
My problem is I need the <a> properties to be different in my <div> for my system navigation bar. I would like to do this in my .css file (i.e. no in-line page CSS).
What can you recommend?
Thanks,
Michael42
Using CSS2 I have some basic psuedo <a> link properties:
a:active {color: #038C96; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:link {color: #038C96; text-decoration: none;}
a:visited: {color: #038C96; text-decoration: none;}
My problem is I need the <a> properties to be different in my <div> for my system navigation bar. I would like to do this in my .css file (i.e. no in-line page CSS).
What can you recommend?
Thanks,
Michael42