On Thu, 21 Feb 2008 07:43:12 -0500, Ray Costanzo wrote:
> Hi list,
>
> IE allows for the nonstandard usage of "disabled" in seemingly any html tag. 
> I'm
> working on cleaning up of some html and trying to eliminate anything I find 
> that
> deviates from standards.  Is there a way that I can still get that same 
> "disabled" look
> on an <a> tag, for instance?  Right now I just have it using a light shade of 
> gray for
> the font-color, but it'd be nice if I could get that look of disabled that IE 
> gives.  
> I'm not aware of any sort of text drop-shadow in CSS though!
>

Don't know how to imitate Internet Explorer in other browsers, but
one way I use to indicate "disabled" is to apply a suitable "opacity"
value to the element. IE has its own version of "opacity" so you
have a choice of using IE' s "filter: alpha(opacity=75);" (for 75%)
for example, or using "disabled".

Not exactly what you are after, but an alternative suggestion.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to