Hello,
I noticed a difference between a disabled textbox in IE and NN,
where NN will still show the color it was given and IE does not.
example:
A textbox is enabled showing green letters in it, when pressing a button the box will be disabled, NN will keep the color but IE will change it gray.
Can this be changed for IE so IE will also keep showing color even if it is disabled?If you're using readonly, I suggest using JavaScript's textareaObj.disabled=true; attribute instead.
[J]ona
I noticed a difference between a disabled textbox in IE and NN,
where NN will still show the color it was given and IE does not.
example:
A textbox is enabled showing green letters in it, when pressing a button the box will be disabled, NN will keep the color but IE will change it gray.
Can this be changed for IE so IE will also keep showing color even if it is disabled?If you're using readonly, I suggest using JavaScript's textareaObj.disabled=true; attribute instead.
[J]ona