- baseline
- sub
- super
- text-top
- text-bottom
- middle
- top
- bottom
舉例如下
div { width: 500px; height: 45px; border: thin groove aqua; line-height: 1.9em; } img { width: 20; height:15; } .examplebaseline { vertical-align: baseline; } .examplesub { vertical-align: sub; } .examplesuper { vertical-align: super; } .exampletop { vertical-align: top; } .exampletexttop { vertical-align: text-top; } .examplemiddle { vertical-align: middle; } .examplebottom { vertical-align: bottom; } .exampletextbotton { vertical-align: text-bottom; } .example10 { vertical-align: -33; } /* 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:text13.css 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 */
我們以下面的 HTML 文件載入
<html> <head> <title>網頁標題</title> <link rel="stylesheet" type="text/css" href="text13.css"> </head> <body> <div> Free your <img class="examplebaseline" src="example.jpg"> mind. </div> <div> Free your <img class="examplesub" src="example.jpg"> mind. </div> <div> Free your <img class="examplesuper" src="example.jpg"> mind. </div> <div> Free your <img class="exampletop" src="example.jpg"> mind. </div> <div> Free your <img class="exampletexttop" src="example.jpg"> mind. </div> <div> Free your <img class="examplemiddle" src="example.jpg"> mind. </div> <div> Free your <img class="examplebottom" src="example.jpg"> mind. </div> <div> Free your <img class="exampletextbottom" src="example.jpg"> mind. </div> <div> Free your <img class="example10" src="example.jpg"> mind. </div> </body> </html> <!-- 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:text13.html 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 -->
瀏覽器 (broswer) 開啟如下
中英文術語對照 | |
---|---|
性質 | property |
區塊元素 | block elment |
關鍵字 | keyword |
瀏覽器 | broswer |
您可以繼續參考
JavaScript 範例
文字相關
- 字型顏色 color
- 字型種類 font-family
- 字型粗細 font-weight
- 字型尺寸 font-size
- 字型格式 font-style
- 字型變體 font-variant
- 字型伸縮 font-stretch
- 字型大小 font-size-adjust
- 字型 font
- 文字縮排 text-indent
- 水平對齊 text-align
- 文字行高 line-height
- 垂直對齊 vertical-align
- 單字間距 word-spacing
- 字元間距 letter-spacing
- 大小寫轉換 text-transform
- 文字裝飾 text-decoration
- 文字陰影 text-shadow
- 空白字元 white-space
- 文字方向 direction
相關目錄
CSS 2.1 快速導覽
HTML, CSS 教材
首頁
參考資料
http://www.w3.org/TR/CSS21/visudet.html
https://developer.mozilla.org/en/CSS/vertical-align
沒有留言:
張貼留言