常⽤css样式属性⼤全(中⽂注释)⼀ CSS⽂字属性:
color : #999999; /*⽂字颜⾊*/
font-family : 宋体,sans-serif; /*⽂字字体*/
font-size : 9pt; /*⽂字⼤⼩*/
font-style:itelic; /*⽂字斜体*/
font-variant:small-caps; /*⼩字体*/
letter-spacing : 1pt; /*字间距离*/
line-height : 200%; /*设置⾏⾼*/
font-weight:bold; /*⽂字粗体*/
vertical-align:sub; /*下标字*/
vertical-align:super; /*上标字*/
text-decoration:line-through; /*加删除线*/
text-decoration: overline; /*加顶线*/
text-decoration:underline; /*加下划线*/
text-decoration:none; /*删除链接下划线*/
text-transform : capitalize; /*⾸字⼤写*/
text-transform : uppercase; /*英⽂⼤写*/
text-transform : lowercase; /*英⽂⼩写*/
text-align:right; /*⽂字右对齐*/
text-align:left; /*⽂字左对齐*/
text-align:center; /*⽂字居中对齐*/
text-align:justify; /*⽂字分散对齐*/
vertical-align属性
vertical-align:top; /*垂直向上对齐*/
vertical-align:bottom; /*垂直向下对齐*/
vertical-align:middle; /*垂直居中对齐*/
vertical-align:text-top; /*⽂字垂直向上对齐*/
vertical-align:text-bottom; /*⽂字垂直向下对齐*/
⼆、CSS边框空⽩
padding-top:10px; /*上边框留空⽩*/
padding-right:10px; /*右边框留空⽩*/
padding-bottom:10px; /*下边框留空⽩*/
padding-left:10px; /*左边框留空⽩
三、CSS符号属性
list-style-type:none; /*不编号*/
list-style-type:decimal; /*阿拉伯数字*/
list-style-type:lower-roman; /*⼩写罗马数字*/
list-style-type:upper-roman; /*⼤写罗马数字*/
list-style-type:lower-alpha; /*⼩写英⽂字母*/
list-style-type:upper-alpha; /*⼤写英⽂字母*/
list-style-type:disc; /*实⼼圆形符号*/
list-style-type:circle; /*空⼼圆形符号*/
list-style-type:square; /*实⼼⽅形符号*/
list-style-image:url(/dot.gif); /*图⽚式符号*/
list-style-position: outside; /*凸排*/
list-style-position:inside; /*缩进*/
四、CSS背景样式
background-color:#F5E2EC; /*背景颜⾊*/
background:transparent; /*透视背景*/
background-image : url(/image/bg.gif); /*背景图⽚*/
background-attachment : fixed; /*浮⽔印固定背景*/
background-repeat : repeat; /*重复排列-⽹页默认*/
background-repeat : no-repeat; /*不重复排列*/
background-repeat : repeat-x; /*在x轴重复排列*/
background-repeat : repeat-y; /*在y轴重复排列*/
指定背景位置
background-position : 90% 90%; /*背景图⽚x与y轴的位置*/
background-position : top; /*向上对齐*/
background-position : buttom; /*向下对齐*/
background-position : left; /*向左对齐*/
background-position : right; /*向右对齐*/
background-position : center; /*居中对齐*/
五、CSS连接属性
a /*所有超链接*/
a:link /*超链接⽂字格式*/
a:visited /*浏览过的链接⽂字格式*/
a:active /*按下链接的格式*/
a:hover /*⿏标转到链接*/
⿏标光标样式:
链接⼿指 CURSOR: hand
⼗字体 cursor:crosshair
箭头朝下 cursor:s-resize
⼗字箭头 cursor:move
箭头朝右 cursor:move
加⼀问号 cursor:help
箭头朝左 cursor:w-resize
箭头朝上 cursor:n-resize
箭头朝右上 cursor:ne-resize
箭头朝左上 cursor:nw-resize
⽂字I型 cursor:text
箭头斜右下 cursor:se-resize
箭头斜左下 cursor:sw-resize
漏⽃ cursor:wait
光标图案(IE6)  p {cursor:url(“光标⽂件名.cur”),text;}
六、CSS框线⼀览表
border-top : 1px solid #6699cc; /*上框线*/
border-bottom : 1px solid #6699cc; /*下框线*/
border-left : 1px solid #6699cc; /*左框线*/
border-right : 1px solid #6699cc; /*右框线*/
以上是建议书写⽅式,但也可以使⽤常规的⽅式如下:
border-top-color : #369 /*设置上框线top颜⾊*/
border-top-width :1px /*设置上框线top宽度*/
border-top-style : solid/*设置上框线top样式*/
其他框线样式
solid /*实线框*/
dotted /*虚线框*/
double /*双线框*/
groove /*⽴体内凸框*/
ridge /*⽴体浮雕框*/
inset /*凹框*/
outset /*凸框*/
七、CSS表单运⽤
⽂字⽅块
按钮
复选框
选择钮
多⾏⽂字⽅块
下拉式菜单选项1选项2
⼋、CSS边界样式
margin-top:10px; /*上边界*/
margin-right:10px; /*右边界值*/
margin-bottom:10px; /*下边界值*/
margin-left:10px; /*左边界值*/
九、CSS滤镜属性
Filter:在样式中加上滤镜特效。由于此属性内容⽐较多,我们将到下⼀章单独对滤镜介绍。
1.Alpha:设置透明度
Alpha(Opacity=?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)
Opacity:透明度级别,范围是0-100,0代表完全透明,100代表完全不透明。FinishOpacity:设置渐变的透明效果时,⽤来指定结束时的透明度,范围也是0 到 100。Style:设置渐变透明的样式,值为0代表统⼀形状、1代表线形、2代表放射状、3
代表长⽅形。StartX和StartY:代表渐变透明效果的开始X和Y坐标。 FinishX和FinishY:代表渐变透明效果结束X和Y 的坐标。
2.BlendTrans:图像之间的淡⼊和淡出的效果
BlendTrans(Duration=?) Duration:淡⼊或淡出的时间。注意:这个滤镜必须配合JS建⽴图⽚序列,才能做出图⽚间效果。
3.Blru:建⽴模糊效果
Blur(Add=?, Direction=?, Strength=?) Add:是否单⽅向模糊,此参数是⼀个布尔值,true(⾮0)或false(0)。 Direction:设置模糊的⽅向,其中0度代表垂直向上,然后每45度为⼀个单位。 Strength:代表模糊的象素值。
4.Chroma:把指定的颜⾊设置为透明
Chroma(Color=?) Color:是指要设置为透明的颜⾊。
5.DropShadow:建⽴阴影效果
DropShadow(Color=?, OffX=?, OffY=?, Positive=?) Color:指定阴影的颜⾊。OffX:指定阴影相对于元素在⽔平⽅向偏移量,整数。 OffY:指定阴影相对于元素在垂直⽅向偏移量,整数。 Positive:是⼀个布尔值,值为true(⾮0)时,表⽰为建⽴外阴影;为false(0),表⽰为建⽴内阴影。
6.FlipH:将元素⽔平反转
7.FlipV:将元素垂直反转
8.Glow:建⽴外发光效效果
Glow(Color=?, Strength=?)
css设置文字垂直居中Color:是指定发光的颜⾊。
Strength:光的强度,可以是1到255之间的任何整数,数字越⼤,发光的范围就越⼤。
9.Gray:去掉图像的⾊彩,显⽰为⿊⽩图象
10.  Invert:反转图象的颜⾊,产⽣类似底⽚的效果
11.  Light:放置光源的效果,可以⽤来模拟光源在物体上的投影效果注意:此效果需要⽤JS设置光的位置和强度。
12.  Mask:建⽴透明遮罩
Mask(Color=?) Color:设置底⾊,让对象遮住底⾊的部分透明。
13.  RevealTrans:建⽴切换效果
RevealTrans(Duration=?, Transition=?)
Duration:是切换时间,以秒为单位。
Transtition:是切换⽅式,可设置为从0到23。
注意:如果做页⾯间的切换效果,可以在<head>区加上⼀⾏代码:<Meta http-equiv=Page-enter
content=revealTrans(Transition=?,Duration=?) >。如果⽤在页⾯⾥的元素必须配合JS使⽤。
14.  Shadow:建⽴另⼀种阴影效果 Shadow(Color=?, Direction=?) Color:是指阴影的颜⾊。
Direction:是设置投影的⽅向,0度代表垂直向上,然后每45度为⼀个单位。
15.  Wave:波纹效果
Wave(Add=?, Freq=?, LightStrength=?, Phase=?, Strength=?) Add:表⽰是否显⽰原对象,0表⽰不显⽰,⾮0表⽰要显⽰原对象。 Freq:设置波动的个数。LightStrength:设置波浪效果的光照强度,从0到100。0表⽰最弱,100表⽰最强。 Phase:波浪的起始相⾓。从0到100的百分数值。(例如:2
5相当于90度,⽽50相当于180度。) Strength:设置波浪摇摆的幅度。
16.  Xray:显现图⽚的轮廓,X光⽚效果
注意:在使⽤CSS滤镜时,必须使⽤在有区域的元素,⽐如表格,图⽚等。⽽⽂本,段落这样没有区域的元素不能使⽤CSS 滤镜,对这样的元素我们可以设置元素的Height和Width样式或坐标来实现。"

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。