Posted by Jonathan N. Little on 11/26/26 11:48
alexjaquet@gmail.com wrote:
> Thks Jonatan but it's doesn't work with IE 6 or 7. I've tryed to
> hardcode
> document.select_wish.category.style.color = 'green';
>
> but it's doesn't work to,
>
> this work under Firefox :
> input[disabled="disabled"] {
> background-color:#333333;
> color:#FF0000;
> } or
>
> document.select_wish.category.style.color = 'green';
>
Do to IE's incomplete support of CSS and CSS selectors, but my point was
that modern browsers now support disable form elements and internally
'dim' the visual appearance of the disabled control. Why do you feel the
need to micromanage the disabled appearance? I know it varies by OS, but
why would you want to change what the visitor is familiar with and
recognizes as "disabled"?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|