我的全局样式,求高手指点_html/css_WEB-ITnose
程序员文章站
2024-01-28 15:20:52
...
body{margin:0 auto; font:12px/20px '宋体','arial'; background:#fff; color:#000}*{margin:0; padding:0; border:0}ul,ol,li,dl,dd,dt{list-style:none}input{font-family:Arial}em{font-style:normal}h1,h2,h3,h4,h5,h6,font{font-weight:normal}a{text-decoration:none}a:hover{text-decoration:none}a:visited{}a:active{}.f14{font-size:14px}.fb{font-weight:bold}.fi{font-style:italic}.clear{clear:both; font-size:1px; visibility:hidden}.blank7{margin:0 auto; height:7px; font-size:1px; clear:both}.container{width:960px; margin:0 auto}.container .head{height:318px; background:url(../images/head01.jpg) center top no-repeat}.content01{}.footer{}.popup{}
我的全局样式,求高手指点
回复讨论(解决方案)
单从样式看不出来太多内容。。
image的border样式最好也预设下(一般为none)。
另外,我喜欢把a:hover放在a的样式最后一个,这样不受之前的visited的影响。。。
background:...
最好拆分一下,例如是背景色就写background-color:...
这样更明确一些。。
html /*IE6bug */{ _background-image:url(about:blank); _background-attachment:fixed;}/*reset*/div{ display:block;}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0;margin: 0;}table { border-collapse: collapse; border-spacing: 0; }fieldset, img { border: 0; }address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }ol, ul { list-style: none; }caption, th { text-align: left; }h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }q:before, q:after { content: ''; }abbr, acronym { border: 0; }/*reset*/
全局样式主要是清除 浏览器默认样式,在做设置全局样式。
看看yui.reset.css,kissy.reset.css吧。
这个大同小异,根据自己的结构,写出不同的 全局样式。
上一篇: php全局变量的含义是什么
推荐阅读
-
我的全局样式,求高手指点_html/css_WEB-ITnose
-
html - 我的网站是用PHP+MySQL+Javascript做的,用来对动态数据进行实时显示,现在想在主界面做一个报警灯,求大神指点!
-
怎样更改有透明iframe做背景的字体样式,使其不受底层颜色影响?求大神指教!!_html/css_WEB-ITnose
-
急求高手解决CSS中的png背景图在IE6中透明度的问题!_html/css_WEB-ITnose
-
哪位高手能告诉我这个网页上的注音符号是怎么实现的?_html/css_WEB-ITnose
-
关于一个Body全局样式不解的地方?_html/css_WEB-ITnose
-
VS中利用ASP.net做网站,使用Gridview显示数据列表,用IIS发布后,在IE浏览器和360浏览器中看到样式不一样求高手指教!_html/css_WEB-ITnose
-
求高手帮我写个列表与列表之间的嵌套问题_html/css_WEB-ITnose
-
VS中利用ASP.net做网站,使用Gridview显示数据列表,用IIS发布后,在IE浏览器和360浏览器中看到样式不一样求高手指教!_html/css_WEB-ITnose
-
多个
- 左浮动以后出现的问题,求高手_html/css_WEB-ITnose