margin:0px;后面加【】为什么能调整排版?body>div这句代码是什么意思?_html/css_WEB-ITnose
程序员文章站
2024-04-02 22:14:58
...
@charset "utf-8";/* CSS Document */*{ margin:0px;\ padding:0px;}body{ background-image: url(../images/bg.jpg); background-repeat:repeat-x; height:1000px; }body>div{ width:900px;}#wrap{ margin:0 auto;}#header{ height:80px; background:#fff;}#hl{ width:550px; height:80px; background:#fff; background-image: url(../images/logo.jpg); background-repeat: no-repeat; float:left; }#hr{ float:right; font-size:8px;}#nav{ background-image: url(../images/dh.jpg); height:30px; border:solid #fff 5px; border-width: 0px 0px 5px 0px;}#logo{ height:300px; background-image: url(../images/1.jpg);}#main{ height:400px; margin-top: 5px;}#ml{ height:400px; width:250px; background-image: url(../images/left.jpg); margin-right: 5px; float:left;}#mr{ height:25px; width:645px; float:right; color:blue;}#gsjj{ background:blue; font-family:"Microsoft YaHei"; font-size: 10px; color:#fff; font-weight: normal;}#footer{ margin-top: 10px; border:solid 1px blue; border-width: 1px 0px 0px 0px; text-align:center;}ul li{ width:100px; height:30px; float:left; color:#fff; list-style-type:none; padding-top: 5px; padding-left: 5px;}
回复讨论(解决方案)
CSS element>element 选择器
CSS element>element 选择器
margin:0px;\
这个的最后的符号怎么理解?
CSS element>element 选择器
margin:0px;\
这个的最后的符号怎么理解?
没这种写法吧
http://baike.baidu.com/view/1119452.htm?fr=aladdin
CSS element>element 选择器
margin:0px;\
这个的最后的符号怎么理解?
没这种写法吧
http://baike.baidu.com/view/1119452.htm?fr=aladdin
index 设为主页|加入收藏selector {font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu}之所以加上中文名“微软雅黑”是为了兼容opera。Microsoft JhengHei为微软正黑体,CSS控制字体颜色 [问题点数:40分,结帖人T_long] 快速回复 只显示楼主 关注帖子 CSS控制字体颜色 [问题点数:40分,结帖人T_long] 收藏 ...bbs.csdn.net/topics/35... 2010-09-06 - 百度快照 - 89%好评css 字体颜色问题_百度知道2个回答 - 提问时间: 2010年05月23日最佳答案: 连接样式: a:link,a:hover,a:visited{color:Pink!important} 改背景,不知道你说的是哪个背景,是整体背景的话可以放在body里 body{background:url()}...zhidao.baidu.com/link?... 2010-05-26 - 百度快照 - 87%好评css的字体颜色有哪些_百度知道4个回答 - 提问时间: 2014年10月24日CSS中的字体颜色有两种表示方式,分别是: 1,颜色名,比如:color:white; 2,RGB,比如color:rgb(255,255,255); 3,16进制,比如color:#fff; 除第一种表示很有限...STHeiti为华文黑体,MingLiu记得11px下的中文有着不凡的效果。公司简介
@charset "utf-8";/* CSS Document */*{ margin:0px;\ padding:0px;}body{ background-image: url(../images/bg.jpg); background-repeat:repeat-x; height:1000px; }body>div{ width:900px;}#wrap{ margin:0 auto;}#header{ height:80px; background:#fff;}#hl{ width:550px; height:80px; background:#fff; background-image: url(../images/logo.jpg); background-repeat: no-repeat; float:left; }#hr{ float:right; font-size:8px;}#nav{ background-image: url(../images/dh.jpg); height:30px; border:solid #fff 5px; border-width: 0px 0px 5px 0px;}#logo{ height:300px; background-image: url(../images/1.jpg);}#main{ height:400px; margin-top: 5px;}#ml{ height:400px; width:250px; background-image: url(../images/left.jpg); margin-right: 5px; float:left;}#mr{ height:25px; width:645px; float:right; color:blue;}#gsjj{ background:blue; font-family:"Microsoft YaHei"; font-size: 10px; color:#fff; font-weight: normal;}#footer{ margin-top: 10px; border:solid 1px blue; border-width: 1px 0px 0px 0px; text-align:center;}ul li{ width:100px; height:30px; float:left; color:#fff; list-style-type:none; padding-top: 5px; padding-left: 5px;}
去掉那个符号后,会产生不同的效果。
加了那个后padding无效了
上一篇: 支付宝PHP SDK(单文件)