HTML button question
HTML button question
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- ian0
Actually, I think the order I gave you is wrong and is one of the reason s its buggy in safari, try this:
a:link {
color: #FF9933;
}
a:visited {
color: #FF9933;
}
a:hover {
color: #00ACEE;
}
a:active {
color: #00ACEE;
}
a:focus {
color: #00ACEE;
}