Hi!

Does anyone know a workaround for the annoying firefox bug when     printing 
fieldsets?  

https://bugzilla.mozilla.org/show_bug.cgi?id=471015

If a website contains a fieldset, whose content span more than one page, 
firefox inserts a page-break before the fieldset and cuts of the content which 
overflows the page. This seems to happen only on windows systems.

The only workaround I know is changing the fieldset to a div. But I don't want 
to do that.

Any ideas?

The HTML below is a simple showcase.

Thanks for any idea on that one!

Martin



--

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; lang="de" xml:lang="de">
<head>
        <title>fieldset test</title>
</head>
<body>
        <h1>Fieldset test</h1>
        <form action="#">
                <fieldset>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                        <p> Test </p>
                </fieldset>
        </form>
</body>
</html>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to