I’ve got working PHP code that rotates through a variable number of JPG files. I’m sizing the images in the HTML, and this works in FF/Chrome, but not in IE (where the images are displayed without resizing).
<?php } while ($row_sc = mysql_fetch_assoc($sc)); ?>[/php]Any thoughts on a SIMPLE way that I can get the images to resize in IE, as well? Would prefer to keep the solution to HTML/CSS.
Thanks!