HighDots Forums  

CSS and disabled objects in MSIE

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS and disabled objects in MSIE in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
somefakeaddress@hotmail.com
 
Posts: n/a

Default CSS and disabled objects in MSIE - 11-29-2005 , 12:21 PM






If I create two buttons, like this:

<input type="button" value="An enabled button" style="font-size:40px;
color:#a0a094; background:#d2d2c6;" />
<br /><br />
<input type="button" value="A disabled button" disabled
style="font-size:40px; color:#a0a094; background:#d2d2c6;" />

.... the text in the disabled button will get a different font color
than the one in the enabled button if I view the HTML page in Internet
Explorer. Is there any CSS attribute I can apply to the disabled button
to make font identical to that of the enabled button? (I'm especially
interested in removing the white drop shadow). Neither Firefox nor
Opera changes the font like this, so I'm guessing it's IE specific?

Oh, and it applies to DIVs TDs etc too, not just buttons.
Very annoying.

Brgds,
Niklas Uhlin


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.