CSS公用文件

王朝html/css/js·作者佚名  2008-10-21
窄屏简体版  字體: |||超大  

由于各浏览器的默认CSS样式不一样,我们必须写一个CSS Reset统一起来。

通常我的做法是在common.css里写全局控制,这里面也包括header和footer,其它CSS文件就通过@import url(”common.css”);引用。

body{padding:10px;margin:0;background:#fff;font-size:12px;line-height:14px;color:#333;font-family:Arial;}

form,ul,ol,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;list-style:none;}

input,textarea,select,button{font-size:12px;}

img{border:none;}

address,cite,small{color:#999;font-style:normal;font-size:12px;}

a{color:#09c;text-decoration:none;}

a:hover{text-decoration:underline;}

#header{...}

#footer{...}

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航