Thankyou for responding, I was beginning to think I was not asking the right way. Okay, doing what you do works great....for the thumbnail images....I need it for the enlarged images....but I noticed something earlier today...apparently over the years I have modified the crap out of cmotion so much it doesn't even look much like the one you guys have up now....so would it be prudent to ask my question with my code here???or perhaps go elsewhere....Ill start here, and if I need to do it somewhere else, please just advise me...I now have two issues...but they may be resolved with the same solution....
#1 I cannot for the life of me figure out how to fix my script to put captions under the enlarged images
#2 The enlarged images (perhaps because I have them in an iframe now, unsure for sure) do not even allow a hover feature, which I really need atm so I can add pin it buttons to images....
here is the page I have been working on (as you can see I have used both cmotions I and II to utilize the entire page completely) at some point I apparently used an array to make this work. I'm getting old, my memory is painful...but i'm still using the js files and css
www.renrose.com/merchandise.html
aaaaand here is the code...hope no one gets a headache...I understand it and I know some of it is sloppy. this is a project that started out small for my former employer and has slowly grown over the last several years.....I took out some of the images because it was too damn big to post
Code:
<html>
<head>
<meta name="description" content="Renaissance Rose Website" />
<meta name="keywords" content="HTML, CSS, XML, javascript" />
<link rel="stylesheet" type="text/css" href="css/drop.css" />
<link rel="stylesheet" type="text/css" href="css/renrose.css"/>
<link rel="stylesheet" type="text/css" href="css/gallerystyle.css" />
<link rel="stylesheet" href="css/gallerystyle2.css" />
<!-- Please call pinit.js only once per page -->
<!-- Do not edit IE conditional style below -->
<!--[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
</style>
<![endif]-->
<!-- End Conditional Style -->
<script type="text/javascript" src="jsfiles/motiongallery.js">
<script type="text/javascript" src="jsfiles/motiongallery2.js">
/***********************************************
* CMotion Image Gallery- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
* Modified by Jscheuer1 for autowidth and optional starting positions
***********************************************/
</script>
<script type="text/javascript">
//Set array of larger images
var dynimages=new Array()
dynimages[0]="images/merchandise/purses.jpg"
dynimages[1]="images/merchandise/fairy.jpg"
dynimages[2]="images/merchandise/tie-dye-clothing.jpg"
dynimages[3]="images/merchandise/bacon.jpg"
dynimages[4]="images/merchandise/viral-bracelets.jpg"
dynimages[5]="images/merchandise/marijuana.jpg"
dynimages[6]="images/merchandise/summer-hats.jpg"
dynimages[7]="images/merchandise/skirts.jpg"
dynimages[8]="images/merchandise/mugs.jpg"
for (x=0; x<dynimages.length; x++){
var myimage=new Image()
myimage.src=dynimages[x][0]
}
function loadFrame(id, num){
document.getElementById(id).src=dynimages[num]
return false;
}
</script>
<title>Renaissance Rose Merchandise</title>
</head>
<!-- configurable script -->
<body id="middle">
<table id="pattern" align="center" width="100%" height="100%">
<tr>
<td>
<table id="second" align="center" width="100%" height="100%">
<tr>
<td>
<table id="border" align="center" width="100%" height="100%">
<tr>
<td>
<table id="border2" align="center" width="100%" height="100%">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="1075" bgcolor="black" >
</td>
</tr>
<tr>
<td>
<img src="images/merchandise/merchandisebanner.jpg">
</td>
</tr>
<tr width="805">
<td>
</td>
</tr>
<tr width="920" bgcolor="white" height="1">
<td>
</td>
</tr>
<tr>
<td>
<div style="height:25px;">
<ul class="cssMenu">
<li>
<a href="index.html">Welcome</a>
</li>
<li>
<a href="merchandise.html">Merchandise</a>
<ul>
<li><a href="accessories.html">Accessories</a></li>
<li><a href="clothing.html">Clothing</a></li>
<li><a href="costumes.html">Costumes</a></li>
<li><a href="exercise.html">Exercise Wear</a></li>
<li><a href="gifts.html">Gifts</a></li>
<li><a href="hats.html">Hats</a></li>
<li><a href="jewelry.html">Jewelry</a></li>
<li><a href="novelty.html">Novelty</a></li>
<li><a href="partyhats.html">Party Hats</a></li>
<li><a href="weapons.html">Weapons</a></li>
<li><a href="wigs.html">Wigs and Hair</a></li>
</ul>
</li>
<li>
<a href="specialorders.html"> Masks </a>
</li>
<li><a href="rentals.html">Rentals</a>
<ul>
<li><a href="1920.html">1920s/Flapper</a></li>
<li><a href="WWII.html">1940s/World War II</a></li>
<li><a href="1950.html">1950s/Grease</a></li>
<li><a href="character.html">Characters</a></li>
<li><a href="edwardian.html">Edwardian</a></li>
<li><a href="holiday.html">Holidays</a></li>
<li><a href="pirate.html">Pirates/Wench</a></li>
<li><a href="renaissance.html">Renaissance</a></li>
<li><a href="victorian.html">Victorian/Gibson</a></li>
<li><a href="western.html">Western/Pioneer</a></li>
</ul>
<li><a href="staff.html"> Staff </a></li>
<li><a href="customers.html">Customers</a></li>
<li><a href="specialevents.html">Special Events</a></li>
<li><a href="storeinfo.html">Store Info</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="outabout.html">Out and About</a></li>
</ul>
</div>
</p>
<a href="http://www.facebook.com/RenaissanceRose"target="_blank"><img src="images/facebook.jpg" border="0"></a>
<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" data-pin-color="red" data-pin-height="28"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_28.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true"></script>
<td>
<iframe id="loadarea" src="images/merchandise/purses.jpg" width="700" height="525" scrolling="none" frameborder="1" marginwidth="0" marginheight="0"></iframe>
</td>
<td id="description" width="" colspan="" border="1" align="center" bgcolor="black" height="" cellspacing="0">
<div style="overflow:hidden;">
<div id="motioncontainer2" style="width:115px; height:530px; overflow:hidden; position: relative;">
<div id="motiongallery2" style="position:absolute; left:0; top:0;">
<!--Gallery Contents below-->
<a href="#" onClick="return loadFrame('loadarea', 0);"><img src="images/merchandise/purses-thumb.jpg" alt="purses" title="Purses" border="1"><br/>Purses</a>
<a href="#" onClick="return loadFrame('loadarea', 1);"><img src="images/merchandise/fairy-thumb.jpg" alt="fairy" title="Fairy Figure" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 2);"><img src="images/merchandise/tie-dye-clothing-thumb.jpg" alt="tie dye clothing" title="Tie Dye Clothing" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 3);"><img src="images/merchandise/bacon-thumb.jpg" alt="bacon merchandise" title="Bacon Merchandise" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 4);"><img src="images/merchandise/viral-bracelets-thumb.jpg" alt="viral bracelets" title="Viral Bracelets, Black Light Friendly" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 5);"><img src="images/merchandise/marijuana-thumb.jpg" alt="marijuana merchandise, pot merchandise" title="Marijuana Merchandise" border="1"></a>
<!--End Gallery Contents-->
</div>
</div>
</div>
</tr>
<tr>
<td align="center">
</td>
<td id="description" colspan="2" border="1" align="center" bgcolor="black" height="40px" cellpadding="0">
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
<nobr id="trueContainer">
<a href="#" onClick="return loadFrame('loadarea', 6);"><img src="images/merchandise/summer-hats-thumb.jpg" alt="summer hat, summer hats" title="Summer Hats" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 7);"><img src="images/merchandise/skirts-thumb.jpg" alt="skirts, skirt" title="Skirts" border="1"></a>
<a href="#" onClick="return loadFrame('loadarea', 8);"><img src="images/merchandise/mugs-thumb.jpg" alt="mugs, mug" title=" Mugs" border="1"></a>
</div>
</div>
</td>
</tr>
</table>
</table>
</table>
</table>
</table>
</table>
</form>
<script type="text/javascript" async defer data-pin-color="red" data-pin-height="28" data-pin-hover="true" src="//assets.pinterest.com/js/pinit.js"></script>
</body>
<!-- end of slide show HTML -->
</html>
help me obi wan kenobe, your my only hope
Bookmarks