如何显示此< img>使用“em”单位?
<html> <body> <p>This is 10em x 5em</p> <div style="width:10em; height:5em;"> <img style="width:10em; height:5em;" src="logo.png" /> </div> </body> </html>
它适用于Windows XP上的Firefox 3.5,Internet Explorer 8和Opera 10.0 Beta.