Maison  >  Article  >  interface Web  >  css怎么去掉边缘线_html/css_WEB-ITnose

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

WBOY
WBOYoriginal
2016-06-24 11:58:211642parcourir


有点难看 怎么去掉


回复讨论(解决方案)

#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像素了

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn