|
Posted by Jim Moe on March 1, 2006, 1:13 am
Please log in for more thread options
Mel wrote:
> i need to display background of gray for all disabled form inputs can you
> please help me ?
>
Create a class for <input>: .disabled { background-color:#eee }. Then
for each disabled element: <input class="disabled" ... >.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|