Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Contrib. in the making! Help


rusty1001

Recommended Posts

Posted

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

-------------------------------------------

Posted

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

Posted
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

-------------------------------------------

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...