rusty1001 Posted December 11, 2006 Posted December 11, 2006 Hi I am attempting to make my first conribution, have wanted to add the product name and model number to the image in the pop up window, have it working but cannot show the whole image(unless it is resized) plus a border I have done in css for it, defaults to the size of the image I think ? Where can can I increase the percentage or size? Where is this set? thanks russell Rusty -------------------------------------------
jdvb Posted December 11, 2006 Posted December 11, 2006 popup_image.php??? function resize() { if (navigator.appName == 'Netscape') i=40; if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+100-i); self.focus(); } that should do the trick :D
rusty1001 Posted December 11, 2006 Author Posted December 11, 2006 popup_image.php??? function resize() { if (navigator.appName == 'Netscape') i=40; if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+100-i); self.focus(); } that should do the trick :D it did , thanks! Rusty -------------------------------------------
Recommended Posts
Archived
This topic is now archived and is closed to further replies.