Forum Moderators: open
I have one site that features a lot of screenshots of software. In a hurry-up job, I created some quick links to the isolated gif files, instead of creating an html file for each image. That is, the links look like this: <a href="screenshot.gif" target="_blank">
When Explorer 6 opens the new window, the graphic is scaled to fit (and is unreadable). However, when I create HTML pages with the same graphic, including width and height attributes, no downscaling occurs -- I get scrollbars instead.
I'm wondering if anyone else has run into IE6's downscaling behavior in any other context. If it just happens on links that go directly to the image file, then it's easy enough to cope with.