hi everyone
how can i disable a textbox using CSS...i want to apply CSS that disables test box and chages its BGColor and text color...rest i found, but disabling part is still mising.
thnx.
Printable View
hi everyone
how can i disable a textbox using CSS...i want to apply CSS that disables test box and chages its BGColor and text color...rest i found, but disabling part is still mising.
thnx.
There is no way to disable it using CSS - CSS is for style only. You'd need to use JavaScript to do this.
You could hide the textbox using "display: none" but I don't think this is what you want to do.
DJ