Markxxx
02-21-2006, 06:58 AM
In reference to this carousel script
http://www.dynamicdrive.com/dynamicindex14/carousel.htm
This script is awesome. One thing thought. When you click on an image it opens the full size pic in another window.
What I would like to do it open the full size image on the right side of the page
I have done this with javascript with stationary thumbnails but can't seem to apply it to this script
Basically what I have done is divide the page into a table. It has Two Columns and Two rows like this.
__________________________
|************|**********|
|************|**********|
|******A*****|****B*****|
|************|**********|
|************|**********|
|_____________|**********|
|************|**********|
|*****C******|**********|
|______________|_________ |
(sorry that diagrtam is so bad )
So the carousel runs in cell "A" and when the thumbnail is clicked the full sized pic appears in cell "B"
(Ideally I'd like to add a text description in cell "C" for each pic but that is another issue) :D
As I said I've done this with stationary thumnails (in what would be cell "A") using an onclick or an onmouse over, and a toggle a description.
But I couldn't get the carousel to work using the onclick or onmouseover.
Any suggestions? As always thanks in advance.
http://www.dynamicdrive.com/dynamicindex14/carousel.htm
This script is awesome. One thing thought. When you click on an image it opens the full size pic in another window.
What I would like to do it open the full size image on the right side of the page
I have done this with javascript with stationary thumbnails but can't seem to apply it to this script
Basically what I have done is divide the page into a table. It has Two Columns and Two rows like this.
__________________________
|************|**********|
|************|**********|
|******A*****|****B*****|
|************|**********|
|************|**********|
|_____________|**********|
|************|**********|
|*****C******|**********|
|______________|_________ |
(sorry that diagrtam is so bad )
So the carousel runs in cell "A" and when the thumbnail is clicked the full sized pic appears in cell "B"
(Ideally I'd like to add a text description in cell "C" for each pic but that is another issue) :D
As I said I've done this with stationary thumnails (in what would be cell "A") using an onclick or an onmouse over, and a toggle a description.
But I couldn't get the carousel to work using the onclick or onmouseover.
Any suggestions? As always thanks in advance.