Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Going Insane With This Problem


freshink

Recommended Posts

I know this is an ongoing problem and everyone has asked, but out of all the posts I've read none of it helped anything. I hate to bring this up once again, but..........the default mini popup window is killing me. I can't change it.. I've downloaded all the contributions trying to modify it, but still nothing..

 

Any help would be greatly appreciated..

Link to comment
Share on other sites

I know this is an ongoing problem and everyone has asked, but out of all the posts I've read none of it helped anything. I hate to bring this up once again, but..........the default mini popup window is killing me. I can't change it.. I've downloaded all the contributions trying to modify it, but still nothing..

 

Any help would be greatly appreciated..

 

Can't say I've experienced this before, link us to it?

Link to comment
Share on other sites

function resize() {
 if (navigator.appName == 'Netscape') i=40;
 if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i);
 self.focus();

 

this is from pop up image file. try change the number 40 to 0

Link to comment
Share on other sites

function resize() {
 if (navigator.appName == 'Netscape') i=40;
 if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i);
 self.focus();

 

this is from pop up image file. try change the number 40 to 0

 

Thanks, but I've tried changing these numbers before and it does nothing..

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...