![]() |
|
|
+ Search |
![]()
|
Nov 15th, 2004 03:56
Kristof D, ketki waman,
Do you mean one of these ?
<INPUT Type="text" Name="abc" Value="123" Disabled Style="border:solid
1px red">
or this :
<STYLE>
.disabledBox {border: solid 1px red}
</STYLE>
<INPUT Type="text" Name="abc" Value="123" Disabled Class="disabledBox">
Both work fine ...