Html - resizing with internet explorer.?

Faceless

New member
This code...
<img src="opeth2.png" align="center" alt="Opeth" width="80%">

works fine with safari, chrome, firefox, and opera.
It causes the image to shrink as the page shrinks.
However, in internet explorer 8/9, the image remains at full original size, and simply pushes all the text around it away when resizing the window.

How do i make the image scale with the window in ie9?
 
Back
Top