View Full Version : Why does't my image rollover work?


Ca_Blew
02-23-2003, 08:32 PM
http://www.shivering.net/bad-pill/test.html

It's a rollover for a pop up chromless window, but it does't work.

pb&j
02-24-2003, 04:00 AM
1. In your title, you should have the ; after all of the nbsp parts.

2. The ending comment code should be corrected to look like
-->

Fix those first then see if you are still having problems.

Ca_Blew
02-24-2003, 11:10 PM
I fixed it but it still doesn't work.

pb&j
02-25-2003, 03:37 AM
Try changing this...

<--Go ahead and peak...-->

To this...

<!-- Go ahead and peak... -->



And this...

<center>
<onclick="mywinname01=openIT('main',575 ,285 ,null,null,'mywinname01');" onmouseover="window.status='';return true;" onfocus="window.status='';this.blur()"><a href="Post.html" onMouseOut="MM_swapImgRestore()" onMouseOver=" MM_swapImage('IMAGETITLE'
,'','EnterA.jpg',1)"><img name="IMAGETITLE2" border="0" src="Enter.jpg" width="400" height="201"></a><br>Requirements:<BR></font>

To this...

<center>
<a href="Post.html" onMouseOut="MM_swapImgRestore();" onMouseOver=" MM_swapImage('IMAGETITLE'
,'','EnterA.jpg',1);" onclick="mywinname01=openIT('main',575 ,285 ,null,null,'mywinname01');" onmouseover="window.status='';return true;" onfocus="window.status='';this.blur();"><img name="IMAGETITLE2" border="0" src="Enter.jpg" width="400" height="201"></a><br>Requirements:</center>

(all that coding is together, this forum breaks it apart sometimes)

Ca_Blew
02-26-2003, 12:36 AM
The chromless works, the only thing is the image rollover still doesn't work.

Also, when I click on the link the page pops-up and the original page goes to the same page as the pop-up. How can I just have it pop-up but not the original page?

pb&j
02-26-2003, 04:21 AM
I see the rollover being called in the link tag, but I don't see the actual function script. That would probably be the biggest problem with the rollover effect... it isn't there.