簡單的問題,我有3個複選框的我怎樣才能改變文字顏色旁邊的複選框
我要讓旁邊的文白,和旁邊的文字時我的意思是部分
有任何想法嗎 ?
\t <div class="wrapper3">
\t <h3 style="color:white;"><i>Choose Your Game Preferences</i></h3>
\t <h4 style="color:white;"><i>Do You Want Sound ?</i></h4>
\t <input type="checkbox" value="No" id="sound">Yes
<h4 style="color:white;"><i>Do You want Text ?</i></h4>
<input type="checkbox" value="No" id="text">Yes
\t <h4 style="color:white;"><i>Do You want Flashes ?</i></h4>
<input type="checkbox" value="No" id="flash">Yes
\t </div>
工作起來很像一個魅力 – Jamiex304 2014-11-01 20:52:16
您應該考慮使用標籤。 使用標籤時,如果使用表單項目的ID指定其屬性,單擊標籤將觸發該元素,如果您真的點擊它。易於使用和用戶友好。 – 2014-11-01 21:55:43