How to get pop-up images to display fullsize in MSIE
I have a number of really huge images on my shopping cart (color and style options) that MSIE, unfortunately, scrunches down into an unreadably small graphic when I link to it. (I know you can click on the graphic to see it full size again, but most of my visitors don't).
I thought I'd get MSIE to display these images full size by creating an inline javascript popup link like this:
Code:
See all our <a href="/skin1/images/labels/widget.jpg" onclick="window.open(this.href, 'child', 'scrollbars,width=620,height=1244'); return false">Widget Label Colors</a>
But unfortunately MSIE ignores the page size parameters and still displays the image in unreadably small form.
Is it necessary to create junk html pages just to hold these images so I can get them to display at normal size, or is there some more elegant way to do it?
Windows don't display at screen size when they're html pages; they show scrollbars for the overflow. Images unfortunately don't.My question is how to get MSIE to display a large image at full size, with scrollbars if necessary.
Bookmarks