I have specific issue:
I have a couple of divs on HTML page, each with different fixed sizes and set as overflow:hidden, each of containers is powered by jqueryte wisiwig editor (jqueryte.com) so user can change a content of divs interactively.
The point is to ensure more comfortable work with huge texts (like books etc.). User would insert one big content (also with HTML marks) in some div by editor, but oveflowed part of text (not visible in current div) will be send into next div (assume user will select joined divs before).
For those who are familiar with Adobe InDesign there is exactly the same functionality, but question is if it's applicable on html/css/jquery environment.
Some perfect solution would be that user could edit content in each separate div by editor and content would interactively continue into next joined div, if u understand what i mean.
I have found a couple of tips but all needs either the same width for all divs or non-html content (plain text).
Please guys, is there any posibility to prepare such concept of working with huge HTML-like content?
Thank you very much for any help, regards, Honza.