|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
請大家做做好心啦
請問怎樣可以改變表單和文本域裡面字體顏色的問題
input name="name" type="text" id="name" style="BORDER-BOTTOM: dashed 1px; BORDER-LEFT: dashed 1px; BORDER-RIGHT: dashed 1px; BORDER-TOP: dashed 1px ;background-color: transparent;BORDER-color: #656365;font-family: 細明體;font-size:12px;font-color: "#ffffff" ">紅色這名是自己加上去的,在表單裡的字就是不變顏色??
請大家做做好心啦
|
[html]
<input name="name" type="text" id="name" style="BORDER-BOTTOM: dashed 1px; BORDER-LEFT: dashed 1px; BORDER-RIGHT: dashed 1px; BORDER-TOP: dashed 1px ;background-color: transparent;BORDER-color: #656365;font-family: 細明體;font-size:12px;color: #ff0000">
[/htm] |
thank you |
|