ninthofjune
02-13-2007, 06:01 PM
I have the following code to swap an image when a thumbnail is clicked:
<img id="ctl00_main_content_dlImages_ctl02_imgPic" class="csspointer" onclick="var button1_up = new Image(); button1_up.src = 'datastore/images/lrge_37disabled.jpg';document.largeimage.src = button1_up.src;" src="datastore/images/thmb_37disabled.jpg" alt="disabled.jpg" style="border-width:0px;" />
Which swaps:
<img src="http://www.youcanpark.com/datastore/images/lrge_37IMG_1122.JPG " id="largeimage"/>
It works fine in Firefox, but IE and Opera will not swap the image. Does anyone have any suggestions as to how I might correct this?
Thanks
<img id="ctl00_main_content_dlImages_ctl02_imgPic" class="csspointer" onclick="var button1_up = new Image(); button1_up.src = 'datastore/images/lrge_37disabled.jpg';document.largeimage.src = button1_up.src;" src="datastore/images/thmb_37disabled.jpg" alt="disabled.jpg" style="border-width:0px;" />
Which swaps:
<img src="http://www.youcanpark.com/datastore/images/lrge_37IMG_1122.JPG " id="largeimage"/>
It works fine in Firefox, but IE and Opera will not swap the image. Does anyone have any suggestions as to how I might correct this?
Thanks