I'm trying to scale down an image by percentage and this renders correctly in Firefox, but not in Internet Explorer. The img tag needs to be inside a table.
Is there a better way to do this so it works in both browsers? Sorry, neither answer seems to be correct. I specify the height/width in pixels as workaround, but suppose IE has a bug that percent cannot work.
以上就是Image doesn't render when width and height are defined in percentage with