Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthoryasen78
    • CommentTimeJul 26th 2010
     
    Hello

    I am having a HTML document created in TinyMCE that have layers in it. They are done with div that have absolute positioning. The problme is that when I try to put a pagerbreak in them it does not work. It gives me some other output than the one I expect. Like not showing the div or showing the entire div on the next page.

    Basically is there a way to put a pagebreak into a block element with absolute positioning?

    • CommentAuthorIanBack
    • CommentTimeJul 27th 2010
     
    >> Basically is there a way to put a pagebreak into a block element with absolute positioning?
    No.

    Block elements which are positioned absolutely/fixed cannot break across pages.
    • CommentAuthoryasen78
    • CommentTimeJul 27th 2010
     
    Ok, thank you IanBlack. That is all I wanted to know.