Hi,

I have a design that requires an element be floated left along with being 
relatively positioned. However, when the element breaks over a page, the 
element does not render  at all on subsequent pages

Example:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>

        <div 
style="position:relative;height:20in;background-color:red;float:left;">
                argh!
        </div>
</BODY>
</HTML>


Fire this up in IE and open the print preview and you'll notice the column, 
which should break over two pages, is nowhere to be seen on the second page, 
even though space has been alloted to it.

Has anyone seen this problem before?

Regards,

Chris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to