
Originally Posted by
Sadian
I sent that diecast site an email asking how they did it... maybe I'll get lucky and their webmaster will asnwer the Q..
They are using a simple Mouseover Script, with preset image placment for rotation of larger images .... on the DynamicDrive.com site they are called "Tooltips" and many Slideshows are really nothing but the same.
HTML Code:
<img src="/image_resize.php?the_file=/images/diecast/91781-1.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-1.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-2.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-2.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-3.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-3.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-4.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-4.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-5.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-5.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-6.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-6.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-7.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-7.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"><img src="/image_resize.php?the_file=/images/diecast/91781-8.jpg&width=64&height=47" width="64" height="47" onMouseOver="this.style.cursor='pointer'; this.style.cursor='hand'; return true;" onMouseOut="this.style.cursor='default'; return true;" onClick="document.getElementById('main_image').display='none'; document.getElementById('main_image').src='/images/diecast/91781-8.jpg'" alt="2006 Yellow & Black Chevrolet Camaro Diecast Model Car"> You just need to find the right script to display as you want it to, and then paste it into a BV HTML Box as usual!