請問
留言版點選我要留言後
name:
email:
網址:
主題:
通關密語:
以上這些打字的框框
背景顏色要如何更改
可以加上背景圖嗎?
還有打字的顏色也要改
請po出css語法喔
謝謝
改成功直接給點不投票
2007-09-08 23:12:00 · 2 個解答 · 發問者 線知 2 in 電腦與網際網路 ➔ 程式設計
回ゞ 貝ˋNiu *°
input是按鈕顏色
我不是要改那裡的
是要輸入下列
name:
email:
網址:
主題:
通關密語:
的框框裡面背景顏色
還有打字的顏色
2007-09-09 02:19:54 · update #1
長框背景顏色
input{background-color:#FFF; !important}
留言框背景圖
form textarea{background:url(圖片網址) no reapeat top left}
打字的顏色
form textarea {color: #------;}
試試看吧~
不可以再說囉.
2007-09-10 22:03:15 補充:
不混是大師 ><
2007-09-09 00:56:29 · answer #1 · answered by ゞ 貝ˋNiu *° 7 · 0⤊ 0⤋
小朋友,在 html 語法裡頭輸入框只是輸入標籤的一種 (input 可以是 text, checkbox, file, hidden, image, password, radio, reset, submit) 所以貝小姐的語法大體上並沒有錯,你要的全部語法長這樣:
html body div form table tbody tr td.side input {background: #底色碼 url(底圖網址) no-repeat top left; color:#文字色碼; }
只有一行是因為原代碼並沒有對每個輸入框附 id 做區分。
2007-09-11 12:23:30 補充:
通關密語部分:
html body div form table tbody tr td.pass input {background: #底色碼 url(底圖網址) no-repeat top left; color:#文字色碼; }
2007-09-09 23:24:28 · answer #2 · answered by mh 7 · 0⤊ 0⤋