*Novice programmer*
I am using OnClick and JSFX Fading Rollovers to open images from thumbnails. I am able to see the thumbnails in FF, but IE won't display them (just a blank space). However if I click on that space the larger image opens.
I am boggled.
URL:
http://www.dianaizdebski.com/flowerschic/fresh.php
Thumbnail Code:
....
<td height="120" width="90">
<div style="height: 120px; width: 90px;">
<a onClick="JSFX.fadeOut('screen');JSFX.fadeIn('scree n','ffa021')"><img
src="http://www.dianaizdebski.com/flowerschic/images/thumb_ffa021.jpg" class="imgFader" border="0"></img></a></td>
....
Any insight would be greatly appreciated :)
(PS I apologize if this is the wrong forum)
-Diana