当前位置: 代码迷 >> ASP.NET >> margin: 0px 0px 0px 0px解决方法
  详细解决方案

margin: 0px 0px 0px 0px解决方法

热度:5336   发布时间:2013-02-25 00:00:00.0
margin: 0px 0px 0px 0px
css中设   margin:   0px   0px   0px   0px按理说被设的部分应该紧贴浏览器,为什么会在左边   还有上边有一个很细大约10px的缝隙啊
body{}
main{margin:   0px   0px   0px   0px}

------解决方案--------------------------------------------------------
margin-top:0px;
margin-left:0px;

只设置这两个看看
------解决方案--------------------------------------------------------
body{margin:0px;}
------解决方案--------------------------------------------------------
被设的部分应该紧贴浏览器
---------------------------
这个是没有错的,只是要设置在BODY元素上,如果设置到其它元素肯定不是这个效果的
------解决方案--------------------------------------------------------
<body LeftMargin= "0px " TopMargin= "0px ">
不要理会VS的出错提示。
  相关解决方案