I think this is a relatively simple problem. I wish to obtain some functionality that works as follows: when one div column becomes too full, the overflow of content gets automatically moved to an adjacent div.
I wish to do this as my 3 div columns are full of hyperlinks and ordered alphabetically. At the moment they are manually entered into each column. The problem is, though, that if I wanted to add one more hyperlink to column A, for example, I will have to manually reorder all 3 columns or column A would overflow and be out of line.
Any ideas? Perhaps there is a tag or an attribute that I am unaware of?
There is the W3C’s Multi-column Layout Module, but it isn’t supported by all browsers yet.