[css-d] IE6 input type=image sizing issue

2008-05-14 Thread Paul Wehle
Hi, we got the problem that IE6 is not getting the image size of buttons correct when loading them first time. A normal refresh by F5 or Ctrl+F5 does not help either, but revisiting the page does. The buttons get width:auto; height:auto; from CSS, having it fixed isn't really an option. FF,

Re: [css-d] IE6 input type=image sizing issue

2008-05-14 Thread Christian Kirchhoff
Hello, search for the thread [css-d] Disappearing images and min-height from 2008-05-05. There Georg wrote: IE6 (and older) can't auto-size images reliably. Locally all images will be loaded so fast that there won't be a problem, but IE6 will time out on most connections, and the more images

Re: [css-d] IE6 input type=image sizing issue

2008-05-14 Thread Paul Wehle
Thx, that explains the issue and removing width:auto;height:auto; solves it so far. Just with the backdraw that we got to add a class to other inputs for setting the default width then. Regards, Paul 2008/5/14 Christian Kirchhoff [EMAIL PROTECTED]: Hello, search for the thread [css-d]