Just noticed a small issue that only occurs with Internet Explorer 7.
If I set an image width to 100%, in Firefox, Chrome etc, it will increase the image size to the maximum space that it can fit in. So if I have a 50px space, the image will be resized to 50px.
But in IE7 it thinks width 100% means set the width of the image to 100% of its actual size so if there was a space of 50px and the images true width was 100px then the image would display at 100px.
Does anyone know a way round this issue as at the moment ive got browser conditionals so that people with IE 7 cannot see this image.
Thanks
If I set an image width to 100%, in Firefox, Chrome etc, it will increase the image size to the maximum space that it can fit in. So if I have a 50px space, the image will be resized to 50px.
But in IE7 it thinks width 100% means set the width of the image to 100% of its actual size so if there was a space of 50px and the images true width was 100px then the image would display at 100px.
Does anyone know a way round this issue as at the moment ive got browser conditionals so that people with IE 7 cannot see this image.
Thanks