1) Script Title: Image Thumnail Viewer II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...thumbnail2.htm
3) Describe problem: The image pops up in the whole window and not the "loadarea". See my page: http://amysrabbitranch.com/Creekside...otography.html
So on so forth but that is the code part for the viewer. The little thumbnail image is there, and it enlarges to the fuller size, just in the whole window not the area given to it. I added where the head and body are because I didn't paste the whole html of my page lol, just the parts that are the viewer. I just copied/pasted this from the dynamic drive page mentioned above and changed the size of the "load area" and the image sources. That's it.Code:(IN HEAD) <script type="text/javascript" src="thumbnailviewer2.js" defer="defer"> /*********************************************** * Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use ***********************************************/ </script> (END WHAT IS IN THE HEAD) (BODY) <a href="Images/Photos/EveningStormClouds2.jpg" rel="enlargeimage::mouseover" rev="loadarea" title="This is an example"><img src="Images/Photos/EveningStormClouds2-t.jpg"></a><br /> <div id="loadarea" style="width: 1080px"></div>



Reply With Quote

and apparently it did that for that other one you caught too. I always say I know enough about code to make sites but not enough to keep me out of trouble when I'm trying something new haha.
Bookmarks