我使用doctype:
http://www.w3.org/TR/html4/strict.dtd
完整代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<BODY>
<div style="border:1px solid red;background-color:blue;"><img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png"></div>
</BODY>
</HTML>
你可以查看here
在chrome或firefox中,为什么底部有填充?
如何解决?
(如果我删除doctype,或者在IE中,它就是okey)