Can CSS/JS/jQuery/etc. be used to control where text wraps outside of the parent element?
I am curious about this because I would like to divide text into smaller sections while maintaining the appearance that it is all part of one cohesive element. For instance, imagine a 300px by 300px div with text inside. I want to split this div into a grid of nine 100px by 100px divs that make it seem like the text continues seamlessly across them.
To better illustrate my point, here is an image:
The reason for wanting to accomplish this is so that I can apply CSS3 3D transformations to the text without having to convert it into an image. An example of what I have in mind can be seen at under the Tiles3D section.
Is this feasible?