• IE Disabled Input

    Posted on April 15, 2009 by in Blog, Other Technologies

    IE is very suck …

    You cannot change the color of the disabled input. The color remains grey all the time while it is possible to do so in Safari and Firefox.

    I found a solution from the web which can pretend a disabled input, setting the input as

    onfocus=”this.blur();” onselectstart=”event.returnValue=false;”

    rather than

    disabled=”disabled”

    It works !! Thanks Fang.

    http://www.webdeveloper.com/forum/showthread.php?t=43867

2 Responses so far.

  1. thanks for great informations It’s a wonderful

  2. nice share, good

    article, very usefull for me…thank you

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>