[EMAIL PROTECTED] wrote on 05/04/2005 08:14:58 AM: > On IE 6/Win the background color of some of my form fields are an > ugly yellow. When viewed with Win / Firefox or Safari, the text input > areas have a plain white background. > > Since this seems to be specific to IE, is there a CSS solution to this > ugliness? Can I apply css properties to form field background colors? > > Thanks, > > Jack Albright > http://www.lemonstreetdesign.com
What color is it? Do you have an example page w/CSS? If I had to venture a guess, I'd say that you are not using a color from the web safe palette. As a shorthand to access these colors, using the #nnn format, where n is 0-9a-f. #ccc is web safe, as is #89c. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
