[thelist] Textarea CSS Problem

Edwin Martin edwin at bitstorm.org
Wed Apr 28 08:34:29 CDT 2004


Feingold Josh S wrote:

> That did not fix it.

This works:

input, select, textarea {
	border: solid 1px #000000;
	background-color: #f0f0f0;
	font-family: tahoma;
	color: #666666;
}

normal can be used for font-style, font-variant en 
font-weight. Maybe that's why the browser gets confused and 
skips the whole rule. In the CSS spec you'll probably find 
the definitive answer.

Edwin Martin



More information about the thelist mailing list