freshink Posted May 29, 2007 Share Posted May 29, 2007 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 More sharing options...
spax Posted May 29, 2007 Share Posted May 29, 2007 What do you want to do to it? Link to comment Share on other sites More sharing options...
Orbixx Posted May 30, 2007 Share Posted May 30, 2007 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 More sharing options...
freshink Posted May 30, 2007 Author Share Posted May 30, 2007 What do you want to do to it? The default popup window is extremely small, cutting off 80% of the images.. I'd like to make it larger, but nothing seems to work.. Link to comment Share on other sites More sharing options...
Qihun Posted May 30, 2007 Share Posted May 30, 2007 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 More sharing options...
freshink Posted May 30, 2007 Author Share Posted May 30, 2007 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 More sharing options...
spax Posted May 30, 2007 Share Posted May 30, 2007 Use this, it doesn't get any simpler. http://www.oscommerce.com/community/contributions,4662 Link to comment Share on other sites More sharing options...
freshink Posted May 30, 2007 Author Share Posted May 30, 2007 Use this, it doesn't get any simpler. http://www.oscommerce.com/community/contributions,4662 Didn't work.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.