The problem: I need to make a navigation bar for some crap or another, doesn't matter. I want the buttons to be arranged in a "table" so that they align nicely:
aaa bbb ccc ddd
eee fff ggg hhh
iii jjj
But the number of columns must adapt itself to the browser width:
aaa bbb ccc
ddd eee fff
ggg hhh iii
jjj
All buttons should be of the same width, but I don't want to hardcode it and the content is different. So it should be determined as maximum content width.
aaa bbb ccc ddd
eee fff ggg hhh
iii jjj
But the number of columns must adapt itself to the browser width:
aaa bbb ccc
ddd eee fff
ggg hhh iii
jjj
All buttons should be of the same width, but I don't want to hardcode it and the content is different. So it should be determined as maximum content width.
Any ideas?
| < #56 | BBC White season: 'Rivers of Blood' > |

