<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="textml; charset=utf-8" /><title>无标题文档</title><style>body{zoom:0.7; -moz-transform:scale(0.7); transform-origin:top center;}#header{width:1920px; border:2px solid #CCCCCC;overflow:hidden;}.txt{height:2000px; width:1400px; background-color:#33FFFF;}</style></head><body><div id="header"><div class="txt"></div></div></body><ml><!--缩小后火狐和ie底部的空白如何隐藏-->
2 回答
李晓健
TA贡献1036条经验 获得超461个赞
这个是因为你那个 zoom:0.7; -moz-transform:scale(0.7) 造成的呀,这两个一个在IE上有效,一个在firefox上有效。
添加回答
举报
0/150
提交
取消