好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css怎么去掉边缘线_html/css_WEB-ITnose

有点难看 怎么去掉


回复讨论(解决方案)

#logo        {            width: 900px;            height: 300px;            margin: 0 auto;            background-image: url(images/bg.png);        } 

border:0px;

border:0;
或者
border:none;

border:0px;



赞成!

#logo        {            width: 900px;            height: 300px;            margin: 0 auto;            background-image: url(images/bg.png);border:0px;//或者border-style:none ( 	无边框,无论边框宽度设为多大)        } 

谢谢各位 是图片问题 fireworks 柔化1像素了

查看更多关于css怎么去掉边缘线_html/css_WEB-ITnose的详细内容...

  阅读:32次