Is there a way to make a triangular float so that a page looks something like the following:
This is a sampe
Page that has a
Triangle left float
That looks kind of cool.
Theoretically the content inside is naturally going to be variable, so I’d prefer to do it in an ‘automatic’ way so that when the actual words/descriptions come in it doesn’t affect where I have to place content. You have free form to use whatever HTML/CSS/JS combo, but the simpler the better =)
If it helps, Originally I tried putting divs of varying lengths float left with a clear left, but naturally when I placed the text, it came after everything and floating it right didn’t work.
Here’s an idea: put some floating blocks next to each other, each one line higher than the next. That will create a (transparent) triangular block.
And the HTML will be
Example jsFiddle. Can you work with that?