狠狠网/色综合久久久久综合体桃花网/日本护士三aaaaaa/久久久久久综合一区中文字幕

或者

DIV屬性

作者:月光邊境 瀏覽:228 發布時間:2018-04-01
分享 評論 0

標準屬性

  id, class, title, style, dir, lang, xml:lang 如需完整的描述,請訪問標準屬性。

  color : #999999 文字顏色

  font-family :宋體文字字型

  font-size: 10pt 文字大小

  font-style:italic 文字斜體

  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 文字置中對齊

  這些是一些簡單的文字效果,可以應用到css的頁面中。

  背景

  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 #6699cc 下框

  border-left : 1px solid #6699cc 左框

  border-right : 1px solid #6699cc 右框

  border: 1px solid #6699cc 四邊框

  虛線

  <textarea style="border:1px dashed pink">

  實線

  <textarea style="border:1px solid pink">

  事件屬性

  onclick(單擊), ondblclick(雙擊)

  onmousedown(鼠標按下), onmouseup(鼠標抬起), onmousemove(鼠標移動)

  onmouseover(鼠標在div內部), onmouseout(鼠標移出div),

  onkeypress(鍵盤按下), onkeydown(鍵盤按鍵), onkeyup(按鍵抬起)

  如需完整的描述,請訪問事件屬性。

  可選的屬性

  屬性:align

  值:left right center justify

  描述:不贊成使用。請使用樣式取而代之。規定 div 元素中的內容的對齊方式。