|
-
Apr 12th, 2005, 04:39 AM
#1
Thread Starter
Member
Disable Textbox through CSS
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.
-
Apr 12th, 2005, 05:48 AM
#2
Frenzied Member
Re: Disable Textbox through CSS
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
If I have been helpful please rate my post. If I haven't tell me!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|