Let's assume I have a very long text, for instance an long article.
Is it possible to to break the text into equaly long div elements on client-side with:
css (this would be awesome!) ? javascript ?
The goal: I'd love to have those divs side by side with float.
- I know it is possible from server side, since I have written something that does exactly what I want in PHP. [If anyone is interested just say a word]