I'm having an issue with making rollovers show up without the need for me (and all WinXP Service Pack 2 users) to have to click "allow ActiveX on this page" and then let it reload...just in order to see my rollovers.
Its staying on the first evolution of the rollover (the unlit version) and the second evolution just doesnt happen, because I think it has a problem with...
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('menu_1','','menu_2_2.jpg',1)">
now, I DID search on the boards to find if anyone had any rollover problems, and I see someone recommend a slightly different code than what I'm using... perhaps if I used THIS code IE may not have a problem with it?
<a href="link" onMouseOver="document.image.src='on.gif'" onMouseOut="document.image.src='off.gif'">
<img src="off.gif" name="image">
</a>
let me try...
In the mean time, someone post a remedy to this (and ill edit the post with the results of the code switch)
Cheers!
Julian
[edit]: well, to no avail.... I tried the different code, but it had the same thing--it was like a generic image, no rollover effect (unless I activated ActiveX) ...sweet