使用者工具

網站工具


webdesign:head_rush_html_13

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
webdesign:head_rush_html_13 [2007/08/08 15:29]
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>​
  
行 32: 行 39:
   list-style-type:​ square;   list-style-type:​ square;
   list-style-image:​ url(images/​list.gif);​   list-style-image:​ url(images/​list.gif);​
 +</​code>​
 +
 +===== Chapter Forteen =====
 +==== form ====
 +<​code>​
 +<form action="​contest.php"​ method="​POST">​
 +<input type="​text"​ name="​firstname"​ value=""​ />
 +<​textarea name="​comments"​ rows="​10"​ cols="​40">​Default Value</​textarea>​
 +<input type="​submit"​ />
 +</​form>​
 </​code>​ </​code>​
webdesign/head_rush_html_13.1186558147.txt.gz · 上一次變更: 2007/08/08 15:29 由 wenpei