书上抄的,知识备份

DIV属性
color:#999999 文字颜色
font-family:宋体 文字字型
font-size:10pt 文字大小
font-style:itelic 文字斜体
font-variant:small-caps 小字体
letter-spacing:1pt 文字间距
line-height:200% 设定行高
font-weight:bold 文字粗体
veryical-align:sub 下标字
veryical-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 文字居中对齐

 background-color:black

背景颜色
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轴的位置
A 所有超链接
A:link 超链接文字格式
A:visited 浏览过的链接文字格式
A:active 按下链接的文字格式
A:hover 光标移至链接的文字格式
border-top:1px solid black 上框
border-bottom:1px solid black 下框
border-left:1px solid black 左框
border-right:1px solid black 右框
border:1px solid black 四边框
<TEXTAREA STYLE="border:1px dashed pink"> 虚线
<TEXTAREA STYLE="border:1px solid pink"> 实线
posted on 2015-06-23 19:00  炫彩泡泡  阅读(261)  评论(0)    收藏  举报