web去掉浏览器自带默认样式

1 @charset "utf-8";
2 body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
3 body{font-size:12px;}
4 img{border:none;}
5 ul,ol{list-style:none;}
6 input,select,textarea{outline:none; border:none; background:#FFF;}
7 textarea{resize:none;}
8 a{text-decoration:none;}

 

posted @ 2013-09-28 10:37  DoNetCoder  阅读(639)  评论(0编辑  收藏  举报