《
CSS缩写的语法规则》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/03023344H013.htm
背景的属性如下:
color: transparent
image: none
repeat: repeat
attachment: scroll
position: 0% 0%
border-width:1px;
border-style:solid;
border-color:#000;
margin:1em 0 2em 0.5em;
你可以省略其中一个或多个属性值,如果省略,该属性值将用阅读器默认值,默认值为:
 ,CSS编辑器:TopStyle Pro使用技巧;
可以缩写为一句:font:italic small-caps bold 1em/140% "Lucida Grande",CSS绝对定位和浮动的分栏布局;,sans-serif;
list-style-type:square;
list-style-position:inside;
list-style-image:url(image.gif);
颜色
font-style:italic;
font-variant:small-caps;
font-weight:bold,CSS给图片加边框;
font-size:1em;
line-height:140%;
font-family:"Lucida Grande",sans-serif;
语法是 border:width style color;
 ,CSS纯英文数字自动换行;
列表(lists)
list的属性如下:
盒尺寸
property:value1 value2; 表示top和bottom的值是value1,right和left的值是value2
property:value1 value2 value3,css类库收藏; 表现top的值是value1,right和left的值是value2,bottom的值是value3
property:value1 value2 value3 value4; 四个值顺次表示top,right,bottom,left
便利的记忆办法是顺时针,CSS简写指南,上右下左。详细利用在margin和padding的例子如下:
16进制的颜色值,CSS简写总结,如果每两位的值雷同,可以缩写一半,例如:
可以缩写为一句:list-style:square inside url(image,CSS笔记-除了a标签外的hover属性的应用.gif);
留神,CSS突破局限 制作框列表效果,假如你缩写字体定义,至少要定义font-size跟font-family两个值。
撤消默认的圆点和序号可以这样写list-style:none;,
可以缩写为一句:border:1px solid #000;
字体的属性如下:
--> [
网站建设之]CSS缩写的语法规则
应用缩写能够减少CSS文件的大小,并且更加易于浏览。本文重要先容CSS的主要缩写规矩,内容波及到色彩、盒尺寸、边框、背景、字体、列表等方面的内容。CSS缩写的主要规则如下:
Tag:规则 语法 规则 语法
语法是 background:color image repeat attachment position;
#000000可以缩写为#000;#336699可以缩写为#369;
可以缩写为一句:background:#f00 url(background.gif) no-repeat fixed 0 0;
字体(fonts)
background-color:#f00;
background-image:url(background.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;
背景(Backgrounds)
 ,CSS相对定于与绝对定位的区别;
边框的属性如下:
通常有下面四种书写方式:
边框(border)
property:value1; 表示所有边都是一个值value1;
(责任编辑:网站建设)
CSS缩写的语法规则相关文章