minpot
03-10-2008, 06:21 PM
1) Script Title: CSS Popup Image Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P90/+
3) Describe problem:
I'm trying to customize the popup viewer within a text.
When mouseover the words "large scale" my image popsup
This is my image: /images/yo_taller_si.jpeg. width="200px" height="267px"
I already pasted the CSS code in my head tag.
Where exactly and which of the codes i need to paste the html code and how do i customize it when its a phrase i want to link it with and not an image.
code 1:
<a class="thumbnail" href="#thumb">Zoka Coffee<span><img src="media/zoka.gif" /><br />Zoka Coffee</span></a>
code 2:
<a class="thumbnail" href="#thumb"><img src="media/tree_thumb.jpg" width="100px" height="66px" border="0" /><span><img src="media/tree.jpg" /><br />Simply beautiful.</span></a>
Thanks for any advises.
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P90/+
3) Describe problem:
I'm trying to customize the popup viewer within a text.
When mouseover the words "large scale" my image popsup
This is my image: /images/yo_taller_si.jpeg. width="200px" height="267px"
I already pasted the CSS code in my head tag.
Where exactly and which of the codes i need to paste the html code and how do i customize it when its a phrase i want to link it with and not an image.
code 1:
<a class="thumbnail" href="#thumb">Zoka Coffee<span><img src="media/zoka.gif" /><br />Zoka Coffee</span></a>
code 2:
<a class="thumbnail" href="#thumb"><img src="media/tree_thumb.jpg" width="100px" height="66px" border="0" /><span><img src="media/tree.jpg" /><br />Simply beautiful.</span></a>
Thanks for any advises.