Being that Im still kind of new and never really used CSS (ok enough of the where have you been) never had a need. My pages are not pretty but very functional(Mostly to display data things like that). But now I need to know how. I have a page with different layers on it and different colors and I need to set the hyperlinks and any values set a certain way. I came across this in one of the posts by Wood (MIS)
A:LINK {
color: #336633;
}
A:VISITED {
color: #336633;
}
A:HOVER {
text-decoration: underline;
color: #336633;
font-weight : bold;
background-color: #CCFFCC;
}
No clue how to use it. Im sure its easy. AJ
I would lose my head if it wasn't attached.
A:LINK {
color: #336633;
}
A:VISITED {
color: #336633;
}
A:HOVER {
text-decoration: underline;
color: #336633;
font-weight : bold;
background-color: #CCFFCC;
}
No clue how to use it. Im sure its easy. AJ
I would lose my head if it wasn't attached.