Hi Guys,
Ok - so my navigation rollover(aka hover) links weren't appearing correctly in IE7 or IE8 (fine in FF) - when you hover over the links (buttons) they remain on the visited even after you have moved the mouse away.
After some googling, it seems it may be a (possible)known issue with IE7/8 and hover compatibility.
FYI - the site is http://www.emotionaltherapy.co.uk
I found 2 possible solutions:
1. Peterned's whatever.htc file
===============================
--> I downloaded the file and copied to the same directory as header.php (and style.css)
--> Pasted the following code into my style.css <BODY> section:-
body {
behavior: url("csshover3.htc");
}
--> uploaded the style.css to webserver.
--> Refreshed page in IE and hover still didn't work. Have I missed something here?
2. Dean Edwards' IE8.js.
=======================
--> I have tried to add the html code to my header.php file. I entered the code between the <head></head> tags as instructed. I note that the content appears "grayed out" in dreamweaver.
But when I remove the "<!--[if lt IE 8]>" and "<![endif]-->" statements, it appears in colour. In either case, the code doesn't seem to resolve my issue!
The following code entered in the <head> section of header.php:-
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/ie8.js" type="text/javascript"></script>
--> I then refreshed my IE8 page (F5) but I still my issue still persists.
=======
Have I missed a trick here? The installations both seem fairly straightforward...!
Cheers,
Sanj