Forum Moderators: open
//Specify image paths and optional link (set link to "" for no link):
var dynimages=new Array()
dynimages[1]=["001.jpg", ""]
dynimages[2]=["002.jpg", ""]
and my HTML looks like:
</div>
<div id="dynloadarea" class="dynloadarea">
<img src="001.jpg" border="0" width="100%">
</div>
only the 001.jpg loads as 100% width. once i roll over a different icon and the main image changes to 002 it scales to the original width of the picture and going back to 001 is original also. i want all the images to be a specific width but can't find JavaScripting tutorials about image sizing.