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 
> still expanding
> past it.
> 
> So what appears to happen is the browser only scales the container
> enough to fit the page, ignoring the actual content since its 
> been told
> to expand the content until its end.
> 
> Removing the overflow:visible will allow the content to 
> shrink properly
> and still print fine.
> 
> I tested it in Firefox 1.5/PC and it worked as expected with
> overflow:visible removed.


Der. Please ignore the above. Zoe provided the correct answer. I thought
I had disabled "shrink to fit" when testing the above, but apparently
did not.

:(

Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to