![]() |
|
| |||||||
| Notices |
| Graphics, Images, Logos & Templates This is our newest forum dedicated to the above topics, please feel free to post any questions you have on the above topics in this forum. Also you may request templates or graphic in this forum. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
I am trying to find out how to click on one of my photo images and make it close up (Zoom it in ) so customers can see the products better I have seen it done on other websites. I am not sure how to do this and could use some help please !! Thanks Cheryl |
|
#2
| ||||
| ||||
|
if you apply your images via the gallery tool, then thumbnails are created, giving you the smaller picture and then when you click on it the picture enlarges to the size you originally uploaded .... this would be one method I can come up with, hope this helps, if not others will be around to help for sure ...
__________________ NEW - Dating Websites/Custom Features FREE Blue Voda Website Design Tips Blue Voda Designer|LadyEye/Designer My Portfolio of Blue Voda Websites Free Webmaster Resources Blue Voda Chat Join Today, it's Free |
|
#3
| ||||
| ||||
|
any difrent mthod
__________________ www.ltflooringinstallation.com |
|
#4
| ||||
| ||||
| Quote:
You could apply the small image, and then link this image to the larger image that you would publish on its own page ....
__________________ NEW - Dating Websites/Custom Features FREE Blue Voda Website Design Tips Blue Voda Designer|LadyEye/Designer My Portfolio of Blue Voda Websites Free Webmaster Resources Blue Voda Chat Join Today, it's Free |
|
#5
| |||
| |||
|
add this to the start of each link you want to popup. <a href="javascript:popUp('pics/25805.jpg')"> where pics is the directory and 25805.jpg is your picture Hope this helps. 3's Grampa add this script to your page just before </head> <script language="JavaScript" type="text/javascript"><!-- var winhandle = null; function popUp(URL) { if ((winhandle != null) && (! winhandle.closed)){ winhandle.location.replace(URL); } else { winhandle=window.open(URL, 'imagewin', 'width=300,height=300,resizable'); } winhandle.focus(); } //--></script> you can change the size of the popup by changing the numbers (300) above. |
|
#6
| ||||
| ||||
|
I think what you are asking for is not a pop up but a zoom up. What you really need is a "transition script" to be added into the html properties of your Photo or image. As Argentum described above before the <head> |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |