Emmett Posted September 3, 2003 Posted September 3, 2003 I would like to add a scroll bar to the image popup due to some of my images required to be very large. Is this possible? Should I just downsize the image to fit into the maximum size that the popup currently renders at? Thank You Emmett
aspiringarts Posted June 13, 2004 Posted June 13, 2004 I'd also like to know the answer to this... without the "downsize the image" part he said. Susan
Babysweet Posted January 29, 2005 Posted January 29, 2005 I too am searching for the answer, WE WANT SCROLLABLE POPUPS. LMAO Hopefully the wise and mighty can assist. I respectfully bow before the PHP masters. LMAO Sincerely, Joseph Seabert
boxtel Posted January 29, 2005 Posted January 29, 2005 I too am searching for the answer, WE WANT SCROLLABLE POPUPS. LMAO Hopefully the wise and mighty can assist. I respectfully bow before the PHP masters. LMAO <{POST_SNAPBACK}> that is javascript stuff and not php so I suggest you search google for "javascript popupwindow scrollbars=on" . Treasurer MFC
bobg7 Posted January 29, 2005 Posted January 29, 2005 or try this contribution It should give you the full size image and more. Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.
Guest Posted January 29, 2005 Posted January 29, 2005 in the javascript, you can turn the scroll bar on or off.
altDev Posted July 25, 2005 Posted July 25, 2005 Yes, there is a really simple way to add a scrollbar. Open "catalog/product_info.php" For me it is on line 29 but look for something like... CODE function popupWindow(url) { window.open(url,'popupWindow',& #39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,l eft=150') } Inside there, you will see [scrollbars=no]. Change that NO to a YES and you're in business. James Scheller
Recommended Posts
Archived
This topic is now archived and is closed to further replies.