View Full Version : Looking for something similar to Live background previewer
I'm looking for something like this http://www.dynamicdrive.com/dynamicindex3/document1.htm
"Live background previewer" but when i click on the sample background images i don't want to change the background i want it to change a certain defined image.
Example: A picture of a purse, with 5 different color samples beside it lets say, when you click on a color sample it will change the color of the purse.
Thank you
rangana
08-16-2008, 04:44 AM
You cannot define a "color" of a purse when it's an image. You need 5 different images too that has those colors.
Hope this keeps you going:
<script type="text/javascript">
function change(image)
{var base='http://h1.ripway.com/rangana/images/'; // Set the base url of your image
document.getElementById('Imgchange').src=base+image;}
</script>
<img src="http://h1.ripway.com/rangana/images/Picture1.jpg" alt="myimage" style="width:150px;height:100px;display:block;" id="Imgchange">
<a href="Caterpillar" onclick="change('Picture2.jpg');return false;">Catterpillar</a> ||
<a href="Lonely Heart" onclick="change('Picture3.jpg');return false;">Lonely heart</a> ||
<a href="Lonely Smile" onclick="change('Picture4.jpg');return false;">Lonely smile</a> ||
<a href="Friendship" onclick="change('Picture5.jpg');return false;">Friend</a> ||
<a href="Dizzy Stairs" onclick="change('Picture6.jpg');return false;">Stairs</a> ||
<a href="Valentines" onclick="change('Picture7.jpg');return false;">Valentines</a> ||
<a href="Wedding" onclick="change('Picture8.jpg');return false;">Wedding</a> ||
<a href="Genius" onclick="change('Picture9.jpg');return false;">Genius</a>
Ok, But is this what this site has? " javisdavis " you have to go into the fabric collections area and then click on the blue button "design crib set".
There seems to be alot of talk about this feature. Every woman in my web hosting forums are talking. Noticed their even getting alot of press about it.
rangana
08-19-2008, 04:44 AM
What? I don't think I understand you in your recent post before this one. Mind rephrasing it in a simplier term.
5starmember
08-19-2008, 07:40 PM
Are you looking for something like this?
http://shimmyshawls.com/cosmo.html
^ Whenever you hover over the color, the image of the shawl changes to that color.
It's called a rollover script... ? Is this what you're looking for?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.