By saltspringer on
Have I found a bug? I just put up a Drupal site with the image module to show a bunch of friends some recent photos. The installation went fine, the image module seemed to work fine, but I just found that it doesn't work on Windows Internet Explorer 6. Specifically, it seems to be loading the thumbnails, but then comes up blank. Works fine in Firefox (Win/Mac), Safari, and even bad old IE Mac 5.2.
The site is: www.pixelmap.ca/drupal
Anybody had the same problem, and even better, know a fix?
Pardon me if this has been covered before - please direct me to the previous thread if there is one.
Comments
Theme problem
The problem will probably be an IE bug that your theme doesn't work around or accidentally triggers. Not being an IE user I couldn't tell you which bug though unfortunately.
--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal
it must be the CSS
Oh, I hadn't thought that it might be a theme problem. I'm using box_grey, with a modified CSS. I didn't think my modifications were very significant, but when I revert to standard box_grey, the problem goes away, so that must be it... oh well, back to work on the CSS...
Thanks much.
it was the CSS
Just some follow-up; it was the CSS, and after some fiddling, it now works fine in IE-Win. I'd forgotten that it has trouble with relative positioning.