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
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
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,
>>>
>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
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