I'm building a site with a variable size image depth - I've set the image size to 100% which works on all browsers except EI which doesnt expand the image to the full depth
<img src="../images/shad_04.jpg" width="14" height="100%" />
Anyone know a fix?
Ian