這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 | |||
webdesign:head_rush_html_13 [2007/08/08 15:47] wenpei |
webdesign:head_rush_html_13 [2007/08/08 15:55] (目前版本) wenpei |
||
---|---|---|---|
行 26: | 行 26: | ||
background-color: white; | background-color: white; | ||
} | } | ||
+ | </code> | ||
+ | |||
+ | ==== CSS 屬性選擇符 ==== | ||
+ | 挑選 XHTML 中附有 width 屬性的所有 img。alt 中有 flowers 關鍵字的。 | ||
+ | <code> | ||
+ | img[width] { border: balck; } | ||
+ | img[alt~="flowers"] { border: thin; } | ||
</code> | </code> | ||