Doreen
04-23-2008, 01:02 AM
1) Script Title: thumbnailviewer2.js
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem:
Hello!
Ok. I'm having a problem with some thumbnails.
I am using an external .js file from http://www.dynamicdrive.com which is thumbnailviewer2.js as well as a <div> tag which looks like this--->
<div class="thumb"><a href="images/big.jpg" rel="enlargeimage::mouseover" rev="left" title><img src="images/thumb.jpg" border="0" alt="pic" height="65" width="65" /></a></div>
When i hover over the thumbs they are displayed large like they should.
What I would like as well is when a thumb is clicked - a new window shall open with some more enlarged images. (eg: a new .htm)
I've tried to implement 'onClick' but it did override the 'onmouseover'...
I'm quite new to Javascript. Anyway. I've searched the net but can't find an answer.
Hope you can help . :)
Doreen
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem:
Hello!
Ok. I'm having a problem with some thumbnails.
I am using an external .js file from http://www.dynamicdrive.com which is thumbnailviewer2.js as well as a <div> tag which looks like this--->
<div class="thumb"><a href="images/big.jpg" rel="enlargeimage::mouseover" rev="left" title><img src="images/thumb.jpg" border="0" alt="pic" height="65" width="65" /></a></div>
When i hover over the thumbs they are displayed large like they should.
What I would like as well is when a thumb is clicked - a new window shall open with some more enlarged images. (eg: a new .htm)
I've tried to implement 'onClick' but it did override the 'onmouseover'...
I'm quite new to Javascript. Anyway. I've searched the net but can't find an answer.
Hope you can help . :)
Doreen