div+css规则63820

div+css规则63820

ID:6008048

大小:249.00 KB

页数:56页

时间:2017-12-30

div+css规则63820_第1页
div+css规则63820_第2页
div+css规则63820_第3页
div+css规则63820_第4页
div+css规则63820_第5页
资源描述:

《div+css规则63820》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、一、善用css缩写规则/*注意上、右、下、左的书写顺序*/1.关于边距(4边):1px2px3px4px(上、右、下、左)1px2px3px(省略的左等于右)1px2px(省略的上等于下)1px(四边都相同)2简化所有:*/body{margin:0}------------表示网页内所有元素的margin为0#menu{margin:0}------------表示menu盒子下的所有元素的margin为03.缩写(border)特定样式:Border:1pxsolid#ffffff;Border-width:01px2px3px;4.

2、关于文字的缩写规则:Font-style:italic;斜体形式Font-variant:small-caps/normal;变体样式:小型大写字母/正常Font-weight:bold;Font-size:12px;Line-height:1.2em(120%)/1.5em(150%);Font-family:arrial,sans-serif,verdana;缩写成:Font:italicsmall-capsbold12px/1.5emarrial,sans-serif;注意:Font-size和Line-height用斜杠组合在一起

3、不能分开写。5.关于背景图片的:Background:#FFFurl(log.gif)no-repeatfixedtopleft;6.关于列表:List-style-type:square/none;List-style-position:inside;List-style-image:url(filename.gif);缩写成:List-style:noneinsideurl(filename.gif);二、运用4种方法来引入CSS样式1.link

4、ss”>rel关系type数据类型,有多种href路径部分浏览器支持候选样式,关键字:alternate:2.内部样式块3.@import@imp

5、orturl{a.css}注意:此指令必须放在