Background images on block elements
I would like to replicate some HTML functionality using TLF.
I want to create divs with background images.
The image would be scaled, cropped or tiled to fit the bounds of the div.
I want to have multiple divs, and be able to select across them.
I may end up with thousands of these and be able to delete some from the top of the stack to keep performance up.
Would I have to have a whole separate class to map sprites with the bg images to divs, each time the TextFlow is updated?
Or would I be best to extend the div element to have a background image property?
Or is there a different way to do this? Perhaps, there is a way to bind sections of text to specific containers and have the scale to accomodate the text?
