milesdavis Posted November 11, 2004 Posted November 11, 2004 Hello all, I'm working on a clothing store, where being able to see the details in each item is essential. Because of this, I create my product images at 400x600 pixels, and set my smaller images at 1/2 that. THis works very well, because the pop-ups are large enough to allow the user to see detail. My only question is, if a user is using a screen size of 800x600, a small part of the pop-up is cut off. Is it possible for me to add scrollbars to the image, or is there a contribution that will allow the pop-up to auto size to the browser? thanks for any help! md
Guest Posted November 11, 2004 Posted November 11, 2004 Hello all, I'm working on a clothing store, where being able to see the details in each item is essential. Because of this, I create my product images at 400x600 pixels, and set my smaller images at 1/2 that. THis works very well, because the pop-ups are large enough to allow the user to see detail. My only question is, if a user is using a screen size of 800x600, a small part of the pop-up is cut off. Is it possible for me to add scrollbars to the image, or is there a contribution that will allow the pop-up to auto size to the browser? thanks for any help! md <{POST_SNAPBACK}> edit... includes/javascript/popup_window.js in it you will see... window.open(url,'popupWindow','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,le ft=150') change the scrollbars=no TO scrollbars=yes That should give your popups a scroll bar... Mike
kahml Posted November 20, 2004 Posted November 20, 2004 OR.. you could eliminate the pop-up altogether and use a full page. Take a look in Tips and Tricks for: Display a large image without using a pop-up, No need for JavaScript Larry
Recommended Posts
Archived
This topic is now archived and is closed to further replies.