http://www.lunatestsite.co.uk/products/lifestation
Cannot for the life of me fix this. Only in IE8 so far. I had the same issue on the homepage cycle, but managed to
If you want to keep the
max-width: 100%;
then also add
width: auto;
OR remove the explicit width and height attributes from the HTML
OR put the image in a non-floated container
OR assign the container a specific width.
There is a pretty good article on this bug here:
http://www.456bereastreet.com/archive/201202/using_max-width_on_images_can_make_them_disappear_in_ie8/