從品牌網(wǎng)站建設(shè)到網(wǎng)絡(luò)營(yíng)銷策劃,從策略到執(zhí)行的一站式服務(wù)
來(lái)源:東莞seo優(yōu)化 | 2012-3-20 瀏覽:5759
此文為網(wǎng)上收集整理的。
一 CSS文字屬性:
color : #999999; /*文字顏色*/
font-family : 宋體,sans-serif; /*文字字體*/
font-size : 9pt; /*文字大小*/
font-style:itelic; /*文字斜體*/
font-variant:small-caps; /*小字體*/
letter-spacing : 1pt; /*字間距離*/
line-height : 200%; /*設(shè)置行高*/
font-weight:bold; /*文字粗體*/
vertical-align:sub; /*下標(biāo)字*/
vertical-align:super; /*上標(biāo)字*/
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; /*文字右對(duì)齊*/
text-align:left; /*文字左對(duì)齊*/
text-align:center; /*文字居中對(duì)齊*/
text-align:justify; /*文字分散對(duì)齊*/
vertical-align:top; /*垂直向上對(duì)齊*/
vertical-align:bottom; /*垂直向下對(duì)齊*/
vertical-align:middle; /*垂直居中對(duì)齊*/
vertical-align:text-top; /*文字垂直向上對(duì)齊*/
vertical-align:text-bottom; /*文字垂直向下對(duì)齊*/
二、CSS內(nèi)補(bǔ)丁
padding:10px; 上下左右為10像素
padding:10px 20px; 上下為10像素,左右為20像素。
Padding:10px 10px 10px 10px 上右下左為10像素
Padding:10px 10px 10px 上、左右、下為10像素。
三、CSS符號(hào)屬性:
list-style-type:none; /*不編號(hào)*/
list-style-type:decimal; /*阿拉伯?dāng)?shù)字*/
list-style-type:lower-roman; /*小寫羅馬數(shù)字*/
list-style-type:upper-roman; /*大寫羅馬數(shù)字*/
list-style-type:lower-alpha; /*小寫英文字母*/
list-style-type:upper-alpha; /*大寫英文字母*/
list-style-type:disc; /*實(shí)心圓形符號(hào)*/
list-style-type:circle; /*空心圓形符號(hào)*/
list-style-type:square; /*實(shí)心方形符號(hào)*/
list-style-image:url(/dot.gif); /*圖片式符號(hào)*/
list-style-position: outside; /*凸排*/
list-style-position:inside; /*縮進(jìn)*/
四、CSS背景樣式:
background-color:#F5E2EC; /*背景顏色*/
background:transparent; /*透視背景*/
background-image : url(/image/bg.gif); /*背景圖片*/
background-attachment : fixed; /*水印固定背景*/
background-repeat : repeat; /*重復(fù)排列-網(wǎng)頁(yè)默認(rèn)*/
background-repeat : no-repeat; /*不重復(fù)排列*/
background-repeat : repeat-x; /*在x軸重復(fù)排列*/
background-repeat : repeat-y; /*在y軸重復(fù)排列*/
background-position : 90% 90%; /*背景圖片x與y軸的位置*/
background-position : top; /*向上對(duì)齊*/
background-position : buttom; /*向下對(duì)齊*/
background-position : left; /*向左對(duì)齊*/
background-position : right; /*向右對(duì)齊*/
background-position : center; /*居中對(duì)齊*/
五、CSS連接屬性:
a /*所有超鏈接*/
a:link /*超鏈接文字格式*/
a:visited /*瀏覽過(guò)的鏈接文字格式*/
a:active /*按下鏈接的格式*/
a:hover /*鼠標(biāo)轉(zhuǎn)到鏈接*/
鼠標(biāo)光標(biāo)樣式:
鏈接手指 CURSOR: hand
十字體 cursor:crosshair
箭頭朝下 cursor:s-resize
十字箭頭 cursor:move
箭頭朝右 cursor:move
加一問(wèn)號(hào) 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
光標(biāo)圖案(IE6) p {cursor:url("光標(biāo)文件名.cur"),text;}
六、CSS框線一覽表:
border-top : 1px solid #6699cc; /*上框線*/
border-bottom : 1px solid #6699cc; /*下框線*/
border-left : 1px solid #6699cc; /*左框線*/
border-right : 1px solid #6699cc; /*右框線*/
以上是建議書寫方式,但也可以使用常規(guī)的方式 如下:
border-top-color : #369 /*設(shè)置上框線top顏色*/
border-top-width :1px /*設(shè)置上框線top寬度*/
border-top-style : solid/*設(shè)置上框線top樣式*/
可以縮寫為:border:2px dashed #cccccc; 一個(gè)2像素虛線灰色的邊框。
其他框線樣式
solid /*實(shí)線框*/ dotted /*虛線框*/ double /*雙線框*/
groove /*立體內(nèi)凸框*/ ridge /*立體浮雕框*/
inset /*凹框*/ outset /*凸框*/
序號(hào) 中文說(shuō)明 標(biāo)記語(yǔ)法
1 寬度 {width:長(zhǎng)度|百分比| auto}
2 高度 {height:數(shù)值|auto}
3 浮動(dòng) {float:left|right|none}
4 清除 {clear:none|left|right|both}
5 段首空格 {text-indent:數(shù)值|inherit}
6 水平對(duì)齊 {text-align:left|right|center|justify}
7 陰影顏色 {text-shadow:16位色值}
8 字體行高 {line-height:數(shù)值|inherit|normal;}
9 字 間 距 {letter-spacing:數(shù)值|inherit|normal}
10行 間 距 {line-height:數(shù)值|inherit|normal;}
11 單詞間距 {word-spacing:數(shù)值|inherit|normal}
12 字體變形 {font-variant:inherit|normal|small-cps }
13 英文轉(zhuǎn)換 {text-transform:inherit|none|capitalize|uppercase|lowercase}
14 字體變形 {font-size-adjust:inherit|none}
15 書寫方式 {writing-mode:lr-tb|tb-rl}參數(shù):lr-tb:從左向右,從上往下 tb-rl:從上往下,從右向左。
16 控制顯示 {display:none|block|inline|list-item}
17 控制空白 {white-space:normal|pre|nowarp}
18 目錄列表 {list-style:目錄樣式類型|目錄樣式位置|url}
layout-flow:vertical-ideographic; 文字豎向排列。
字體屬性:(font)
大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數(shù)值就可以,單位:PX、PD
樣式 {font-style: oblique;}(偏斜體) italic;(斜體) normal;(正常)
行高 {line-height: normal;}(正常) 單位:PX、PD、EM
粗細(xì) {font-weight: bold;}(粗體) lighter;(細(xì)體) normal;(正常)
變體 {font-variant: small-caps;}(小型大寫字母) normal;(正常)
大小寫 {text-transform: capitalize;}(首字母大寫) uppercase;(大寫) lowercase;(小寫) none;(無(wú))
修飾 {text-decoration: underline;}(下劃線) overline;(上劃線) line-through;(刪除線) blink;(閃爍)
文字字體: (font-family)
背景屬性: (background)
色彩 {background-color: #FFFFFF;}
圖片 {background-image: url();}
重復(fù) {background-repeat: no-repeat;}
滾動(dòng) {background-attachment: fixed;}(固定) scroll;(滾動(dòng))
位置 {background-position: left;}(水平) top(垂直);
簡(jiǎn)寫方法 {background:#000 url(..) repeat fixed left top;} /*簡(jiǎn)寫·
區(qū)塊屬性: (Block) /*這個(gè)屬性第一次認(rèn)識(shí),要多多研究*/
字間距 {letter-spacing: normal;} 數(shù)值 /*這個(gè)屬性似乎有用,多實(shí)踐下*/
對(duì)齊 {text-align: justify;}(兩端對(duì)齊) left;(左對(duì)齊) right;(右對(duì)齊) center;(居中)
縮進(jìn) {text-indent: 數(shù)值px;}
垂直對(duì)齊 {vertical-align: baseline;}(基線) sub;(下標(biāo)) super;(下標(biāo)) top; text-top; middle; bottom; text-bottom;
詞間距word-spacing: normal; 數(shù)值
空格white-space: pre;(保留) nowrap;(不換行)
顯示 {display:block;}(塊) inline;(內(nèi)嵌) list-item;(列表項(xiàng)) run-in;(追加部分) compact;(緊湊) marker;(標(biāo)記) table;
inline-table; table-raw-group; table-header-group; table-footer-group; table-raw; table-column-group; table-column;
table-cell; table-caption;(表格標(biāo)題) /*display 屬性的了解很模糊*/
列表屬性: (List-style)
類型list-style-type:disc;(圓點(diǎn)) circle;(圓圈) square;(方塊) decimal;(數(shù)字) lower-roman;(小羅碼數(shù)字) upper-roman; lower-alpha; upper-alpha;位置list-style-position: outside;(外) inside;圖像list-style-image: url(..);
定位屬性: (Position)
Position: absolute; relative; static;
visibility: inherit; visible; hidden;
overflow: visible; hidden; scroll; auto;
clip: rect(12px,auto,12px,auto) (裁切)
<! - - ... - -> 用于html文件中的批注
<a href target=> 指定超鏈結(jié)的分割窗口目標(biāo)
<a href=#錨的名稱> 設(shè)定鏈結(jié)錨點(diǎn)的名稱
<a href=> 設(shè)定超鏈結(jié)
<a name=錨的名稱> 錨點(diǎn)名稱
<address>....</address> 電子郵件地址文字格式設(shè)定
<b> 粗體字 </b> 粗體字效果
<base target=> 分割窗口默認(rèn)目標(biāo)
<basefont size> 更改默認(rèn)字形大小
<bgsound src=> 加入背景音樂(lè)
<big> 顯示大字體
<blink> 閃爍文字效果( ie不適用 )
<body text= link= vlink=> 設(shè)定文字、鏈結(jié)顏色
<body> 顯示本文
<br> 換行
<caption align=> 設(shè)定表格標(biāo)題位置
<caption>...</caption> 為表格加上標(biāo)題
<center> 置中對(duì)齊
<cite>...<cite> 用于引經(jīng)據(jù)典的文字
<code>...</code> 用于列出一段程序代碼
<comment>...</comment> 加上批注
<dd> 設(shè)定定義列表的項(xiàng)目解說(shuō)
<dfn>...</dfn> 顯示"定義"文字
<dir>...</dir> 列表文字卷標(biāo)
<dl>...</dl> 設(shè)定定義列表的標(biāo)簽
<dt> 設(shè)定定義列表的項(xiàng)目
<em> 強(qiáng)調(diào)之用
<font face> 指定字形
<font size> 設(shè)定字體大小
<form action=> 設(shè)窗體的處理方式
<form method=> 設(shè)定窗體之?dāng)?shù)據(jù)傳送方式
<frame marginheight=> 設(shè)定架視窗口的上下邊界
<frame marginwidth=> 設(shè)定架視窗口的左右邊界
<frame name=> 框架窗口命名
<frame noresize> 鎖住分割窗口的大小
<frame scrolling=> 設(shè)定分割窗口的滾動(dòng)條 (yes,no )
<frame src> 框架內(nèi)要顯示的文件
<frameset cols=> 將窗口分割成左右垂直的方式
<frameset rows=> 將窗口分割成上下水平的方式
<frameset>...</frameset> 劃分分割窗口
<h1>---<h6> 設(shè)定文字標(biāo)題大小
<head>...</head> 標(biāo)示文件信息
<hr> 加上分隔線
<html>...</html> 文件的開(kāi)始與結(jié)束
<i>...</i> 斜體字
<img align=> 調(diào)整圖形影像的位置 ( top,left,right )
<img alt=> 圖形影像批注
<img dynsrc= loop=> 加入影片
<img src= height= width=> 插入圖片并默認(rèn)圖形大小
<img hspace=> 插入圖片并默認(rèn)圖形的左右邊界
<img lowsrc=> 預(yù)載低分辨率圖片功能
<img src border=> 設(shè)定圖片邊界
<img src=> 插入圖片
<img vspace=> 插入圖片并默認(rèn)圖形的上下邊界
<input type= name= value=> 在窗體中加入輸入字段
<isindex>...</isindex> 定義查詢用窗體
<kbd>...</kbd> 表示用戶輸入文字
<li type>...</li> 列表的項(xiàng)目 ( 可指定符號(hào) )
<marquee>...</marquee> 跑馬燈效果
<menu>...</menu> 條列文字卷標(biāo)
<meta name="refresh" content= url=> 自動(dòng)更新文件內(nèi)容
<multiple> 可同時(shí)選擇多項(xiàng)的列表欄
<noframe> 定義不出現(xiàn)分割窗口的文字
<ol>...</ol> 有序號(hào)的列表
<option> 定義窗體中列表欄的項(xiàng)目
<p align=> 設(shè)定對(duì)齊方向
<p>...</p> 分段
<person>...</person> 顯示人名
<pre>...</pre> 使用原有排列 ( 格式化文本內(nèi)容 )
<samp>...</samp> 用于引用字
<select>...</select> 在窗體中定義列表欄
<small>...</small> 顯示小字體
<strike>...</strike> 文字加刪除線
<strong>...</strong> 用于加強(qiáng)語(yǔ)氣
<sup>...</sup> 上標(biāo)字
<sub>...</sub> 下標(biāo)字
<table border=> 調(diào)整表格的寬線高度
<table cellpadding=> 調(diào)整數(shù)據(jù)字段之邊界
<table cellspacing=> 調(diào)整表格線的寬度
<table height=> 調(diào)整表格的高度
<table width=> 調(diào)整表格的寬度
<table>...</table> 產(chǎn)生表格的卷標(biāo)
<td align=> 調(diào)整表格字段之左右對(duì)齊
<td bgcolor=> 設(shè)定表格字段之背景顏色
<td colspan rowspan=> 表格字段的合并
<td nowrap=> 設(shè)定表格字段不換行
<td valign=> 調(diào)整表格字段之上下對(duì)齊
<td width=> 調(diào)整表格字段寬度
<td>...</td> 定義表格的數(shù)據(jù)字段
<textarea name= rows= cols=> 窗體中加入多少列的文字輸入欄
<textarea wrap=> 決定文字輸入欄是自動(dòng)否換行
<th>...</th> 定義表格的標(biāo)頭字段
<title>...</title> 文件標(biāo)題
<tr>...</tr> 定義表格美一行
<tt>...</tt> 打字機(jī)字體
<u>...</u> 文字加底線
<ul type>...</ul> 無(wú)序號(hào)的列表 ( 可指定符號(hào) )
<var>...</var> 用于顯示變量