my site has a hover effect, and it doesn't show up in IE, any way to fix it?
View here: <!-- m --><a class="postlink" href="http://memoriesbymichael-mn.com/index.php">http://memoriesbymichael-mn.com/index.php</a><!-- m -->
Hover over this: "Welcome to memories by michael" its not a link, but IE doesn't change its bg color how can I fix this if possible?IE doesn't currently support the use of the pseudo-elements for styling anything but Anchors, bar a few minor exceptions./
As for a fix;
a.style:link, a.style:visited {color:#000; font:bold 12px;}
a.style:hover, a.style:active {background-color:#776f7e; color:#000; font:bold 12px;}
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" class="style">Welcome to memories by michael</a>
View here: <!-- m --><a class="postlink" href="http://memoriesbymichael-mn.com/index.php">http://memoriesbymichael-mn.com/index.php</a><!-- m -->
Hover over this: "Welcome to memories by michael" its not a link, but IE doesn't change its bg color how can I fix this if possible?IE doesn't currently support the use of the pseudo-elements for styling anything but Anchors, bar a few minor exceptions./
As for a fix;
a.style:link, a.style:visited {color:#000; font:bold 12px;}
a.style:hover, a.style:active {background-color:#776f7e; color:#000; font:bold 12px;}
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" class="style">Welcome to memories by michael</a>