Re: [css-d] problem printing textarea

2006-01-23 Thread Pringle, Ron
I mistakenly wrote: > The problem is the overflow:visible declaration. This is causing the > content to overflow the container, no matter what the container > dimensions are. So even though the browser can scale the > container since > you've not defined its dimensions, the actual content is > s

Re: [css-d] problem printing textarea

2006-01-23 Thread Pringle, Ron
C. Sitaram Reddy Wrote: > >From: Zoe M. Gillenwater > > > >C. Sitaram Reddy wrote: > > > > >When I print a page (in IE 6.0, FireFox 1.5), text that is > far to the > >right > > >on the screen is getting chopped off. I have > > > > > >textarea {height:auto; overflow:visible;} > > > > > >in my sty

Re: [css-d] problem printing textarea

2006-01-23 Thread Zoe M. Gillenwater
C. Sitaram Reddy wrote: >>>When I print a page (in IE 6.0, FireFox 1.5), text that is far to the right >>> >>> >>>on the screen is getting chopped off. I have >>> >>>textarea {height:auto; overflow:visible;} >>> >>>in my stylesheet for print. Having the same problem with drop down lists, >>>

Re: [css-d] problem printing textarea

2006-01-23 Thread C. Sitaram Reddy
>From: Zoe M. Gillenwater > >C. Sitaram Reddy wrote: > > >When I print a page (in IE 6.0, FireFox 1.5), text that is far to the >right > >on the screen is getting chopped off. I have > > > >textarea {height:auto; overflow:visible;} > > > >in my stylesheet for print. Having the same problem with dr

Re: [css-d] problem printing textarea

2006-01-23 Thread Zoe M. Gillenwater
C. Sitaram Reddy wrote: >When I print a page (in IE 6.0, FireFox 1.5), text that is far to the right >on the screen is getting chopped off. I have > >textarea {height:auto; overflow:visible;} > >in my stylesheet for print. Having the same problem with drop down lists, >too. > > Please post th