Refering to this script
http://www.dynamicdrive.com/dynamici...geselector.htm
It works great for my needs, but I would like to have the captions go ABOVE the images instead of below it.
Can you do this? And more importantly how? Thanks
![]()
Refering to this script
http://www.dynamicdrive.com/dynamici...geselector.htm
It works great for my needs, but I would like to have the captions go ABOVE the images instead of below it.
Can you do this? And more importantly how? Thanks
![]()
Find this line:
Change it to this:Code:contentobj.innerHTML='<center><img src="'+which+'"><br><br>'+description[tempobj.options.selectedIndex]+'</center>'
Code:contentobj.innerHTML='<center>'+description[tempobj.options.selectedIndex]+'<br><br><img src="'+which+'"></center>'
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Perfect as always thanks so much
Bookmarks