Forum Moderators: not2easy

Message Too Old, No Replies

Textarea Tag Styling

         

kmbarz

9:45 pm on Jun 2, 2004 (gmt 0)

10+ Year Member



We are working on creating forms that users will enter info into via a web page. I'm also trying to make these forms printable using the media="print" attribute of a linked stylesheet.

The users will be entering comments via a multiline textarea tag. Is there a way in CSS to keep the border and dimensions of the textarea but have it not show the scrollbars in a printed version?

Thanks

DrDoc

10:44 pm on Jun 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

Have you tried

overflow:hidden
?