|
Is it possible to style these elements with CSS?
Input boxes accept the inline attribute "size='x' " and text area boxes will accept the inline attribute "cols='x' "
but I`m not sure what either of those 'x' values are meant to represent. They are obviously not pixels. Em`s maybe?
At any rate is it possible to set these attributes with a Css style sheet?
I`ve tried using the Css width property but it doesnt seem to take effect.
Last edited by TWD; 08-28-2008 at 11:56 PM..
|