Results 1 to 4 of 4

Thread: Css

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Location
    India
    Posts
    2

    Css

    how to disabled textbox through css
    thanks in advance

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Re: Css

    Why do you want to do it in Css when you can do it with an HTML attribute or code?

  3. #3
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    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.


  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width