If there is an unknown quantity of elements, could they be expanded in the following manner:
1 element:
[========]
2 elements:
[===][===]
3 elements:
[===][===]
[========]
4 elements:
[===][===]
[===][===]
The [===]
's represent elements.
To add a strange twist to this query, this page will only ever be viewed in webkit, so -webkit elements are permissible even without -moz equivalents.
Is there a CSS-only solution to this issue? If not, is there a minimally-JS way to solve it?