[thelist] Textarea CSS Problem

russgri at xarahost.com russgri at xarahost.com
Wed Apr 28 07:28:31 CDT 2004


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

font: normal tahoma 
is not sufficient.and you are jumping in an out of shorthand css.

use:
font: tahoma normal 1em #66666;

Russell Griechen


More information about the thelist mailing list