Hello.
I am in dire need of some help.
Let me first say, that I know enough javascript to get in and muck around with things and be dangerous. But, I am learning!
Anyhow, this is a script that I have been working on for awhile, occasionally trying to add new features. I have recently wanted to add the new features (below) but am stumped on both of them.
Please, please, please someone help me sort this out.
I apologize in advance for the messy html... I did some quick copy and pasting to make these demo pages.
Of course, I will gladly and freely share this script with anyone reading this... I think it's a cool one, and if I (we) can get the below features working, it will be great for anyone trying to present a portfolio of images... artists, photographers, etc. esp/ with corresponding text descriptions.
First, where the script is currently... works pretty nice. Loads images in the background...
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumbsample1/thumbscript.html">http://www.zausch.com/thumb/thumbsample ... cript.html</a><!-- m -->
With the javascript code looking like this:
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumb4.js">http://www.zausch.com/thumb/thumb4.js</a><!-- m -->
So, here's the functionality I would like to add...
First, the ability to click on the main image (the large image) and have it open a new window with an even larger, higher-res version of the same image... similar to the script found at: <!-- m --><a class="postlink" href="http://www.abvent.com/us/gallery/gal_sketchup/default.asp">http://www.abvent.com/us/gallery/gal_sk ... efault.asp</a><!-- m -->
(click on the thumbnails)
Second. I would like to add yet another, independent variable to the page... for instance, see...
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumbsample2/thumbscript2.html">http://www.zausch.com/thumb/thumbsample ... ript2.html</a><!-- m -->
where when you clicked on the text description (project or solution) it would change the text below, in the same manner as the first script, but using a second set of images, etc. totally independent of the above script. (the text images are images/TXT1.jpg, and images/TXT2.jpg)
At least the second feature seems easy, but for some reason I just can't get it to work... somehow my scripts keep overlapping... things above mess with what's below... and vice versa.
The first feature is way over my head. (at least I think).
Thanks in advance for any help out there! I look forward to learning from you guys!
please, please help!
Walter
I am in dire need of some help.
Let me first say, that I know enough javascript to get in and muck around with things and be dangerous. But, I am learning!
Anyhow, this is a script that I have been working on for awhile, occasionally trying to add new features. I have recently wanted to add the new features (below) but am stumped on both of them.
Please, please, please someone help me sort this out.
I apologize in advance for the messy html... I did some quick copy and pasting to make these demo pages.
Of course, I will gladly and freely share this script with anyone reading this... I think it's a cool one, and if I (we) can get the below features working, it will be great for anyone trying to present a portfolio of images... artists, photographers, etc. esp/ with corresponding text descriptions.
First, where the script is currently... works pretty nice. Loads images in the background...
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumbsample1/thumbscript.html">http://www.zausch.com/thumb/thumbsample ... cript.html</a><!-- m -->
With the javascript code looking like this:
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumb4.js">http://www.zausch.com/thumb/thumb4.js</a><!-- m -->
So, here's the functionality I would like to add...
First, the ability to click on the main image (the large image) and have it open a new window with an even larger, higher-res version of the same image... similar to the script found at: <!-- m --><a class="postlink" href="http://www.abvent.com/us/gallery/gal_sketchup/default.asp">http://www.abvent.com/us/gallery/gal_sk ... efault.asp</a><!-- m -->
(click on the thumbnails)
Second. I would like to add yet another, independent variable to the page... for instance, see...
<!-- m --><a class="postlink" href="http://www.zausch.com/thumb/thumbsample2/thumbscript2.html">http://www.zausch.com/thumb/thumbsample ... ript2.html</a><!-- m -->
where when you clicked on the text description (project or solution) it would change the text below, in the same manner as the first script, but using a second set of images, etc. totally independent of the above script. (the text images are images/TXT1.jpg, and images/TXT2.jpg)
At least the second feature seems easy, but for some reason I just can't get it to work... somehow my scripts keep overlapping... things above mess with what's below... and vice versa.
The first feature is way over my head. (at least I think).
Thanks in advance for any help out there! I look forward to learning from you guys!
please, please help!
Walter