把图片放在
<HTML>
<META http-equiv="Content-Type" content="text/html; charset=gb2312"></HEAD>
<BODY bgcolor="#ffff">
<object id=menu1 style="display:'';z-index:1000; position:absolute; top:0px; left:0px; width:152; height: 200;border:3"
type="text/x-scriptlet"
data="pic1.jpg">
</object>
</BODY></HTML>
为什么图片的上边和左边会出现空白的区域,应该怎么去掉呢
还有
<object id=menu1 style="display:'';z-index:1000; position:absolute; top:0px; left:0px; width:152; height: 200;border:3"
type="text/x-scriptlet"
data="about:<img src='pic.jpg'>">
</object>
这样插入为什么会不行呢,救命啊