|
Thread: Css
-
Apr 12th, 2005, 06:53 AM
#1
Thread Starter
New Member
Css
how to disabled textbox through css
thanks in advance
-
Apr 12th, 2005, 08:16 AM
#2
Frenzied Member
Re: Css
Why do you want to do it in Css when you can do it with an HTML attribute or code?
-
Apr 12th, 2005, 11:09 AM
#3
Frenzied Member
Re: Css
You can't disable a text input field in CSS. Bottom line; you're going to have to use a HTML attribute as the previous poster mentioned.
-
Apr 12th, 2005, 08:40 PM
#4
Re: Css
A dirty workaround would be to toggle its visibility. Or simply use javascript for dynamically enable/disable it.
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
|