Steerpike
VIP Member
- Dec 17, 2007
- 1,847
- 182
- 83
I have the following text in my code:
<style type="text/css">
a:link {color: #000000} /* unvisited link */
a:visited {color: gray; font-style: italic} /* visited link */
a:hover {color: #blue} /* mouse over link */
a:active {color: #00000}
</style>
The a:hover works in Chrome and Firefox, but not in IE 8. Anyone think of a reason why or know what I have to use for IE 8 to see it right?
Keep in mind I am NOT a programmer
<style type="text/css">
a:link {color: #000000} /* unvisited link */
a:visited {color: gray; font-style: italic} /* visited link */
a:hover {color: #blue} /* mouse over link */
a:active {color: #00000}
</style>
The a:hover works in Chrome and Firefox, but not in IE 8. Anyone think of a reason why or know what I have to use for IE 8 to see it right?
Keep in mind I am NOT a programmer