angel1
04-28-2011, 04:46 AM
1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I have a site: ( www.loftmidcentury.com ) where i have thumbnails on the left of my page which i want to have enlarged to the right of page and at the bottom of that the description of the image.
the script i wish to use is the first example shown on http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
someone's assisted me as far as they could i suppose and with a bit of tweaking i did get the result i wanted....sort of but still don't understand what i'm doing wrong. I've followed the instructions best i could by putting the script at the <head> and downloaded the thumbnail viewer but:
1. I notice is that when one of the "thumbnails" is moused over it does enlarge but it should disappear when another is chosen. There is something in the code i'm not understanding. to my understanding of the instructions the top link is the thumbnail and the lower is the enlarged image. but as you see on my page, they both show up as independant images (or text):
<a href="ball chair.bmp" rel="enlargeimage" rev="targetdiv:loadarea" title="Eero Aarnio Ball Chair">Eero Aarnio Ball Chair</a><br />
<div id="loadarea" style="width: 600px"></div>
<br /><br />
<a href="ball chair.bmp"rel="enlargeimage" rev="targetdiv:loadarea2,trigger:mouseover,preload:yes,fx:fade">Eero Aarnio Ball Chair</a><br />
<div id="loadarea2"></div>
2. The images I want enlarged are still text instead of thumbnails.
3. They are still hyperlinkled. I don't want any actions upon a click
4. The enlarged image does not appear on the right of the scroll marquee.
5. when the thumbnail is moused over there is a caption. i don't want this to happen. i've tested it by putting a description of the image on the part when it's enlarged and when i moused over the thumbnail the caption shows the description.
I apologize if i have such a long list of issues i have to tweak. can anyone help me?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I have a site: ( www.loftmidcentury.com ) where i have thumbnails on the left of my page which i want to have enlarged to the right of page and at the bottom of that the description of the image.
the script i wish to use is the first example shown on http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
someone's assisted me as far as they could i suppose and with a bit of tweaking i did get the result i wanted....sort of but still don't understand what i'm doing wrong. I've followed the instructions best i could by putting the script at the <head> and downloaded the thumbnail viewer but:
1. I notice is that when one of the "thumbnails" is moused over it does enlarge but it should disappear when another is chosen. There is something in the code i'm not understanding. to my understanding of the instructions the top link is the thumbnail and the lower is the enlarged image. but as you see on my page, they both show up as independant images (or text):
<a href="ball chair.bmp" rel="enlargeimage" rev="targetdiv:loadarea" title="Eero Aarnio Ball Chair">Eero Aarnio Ball Chair</a><br />
<div id="loadarea" style="width: 600px"></div>
<br /><br />
<a href="ball chair.bmp"rel="enlargeimage" rev="targetdiv:loadarea2,trigger:mouseover,preload:yes,fx:fade">Eero Aarnio Ball Chair</a><br />
<div id="loadarea2"></div>
2. The images I want enlarged are still text instead of thumbnails.
3. They are still hyperlinkled. I don't want any actions upon a click
4. The enlarged image does not appear on the right of the scroll marquee.
5. when the thumbnail is moused over there is a caption. i don't want this to happen. i've tested it by putting a description of the image on the part when it's enlarged and when i moused over the thumbnail the caption shows the description.
I apologize if i have such a long list of issues i have to tweak. can anyone help me?