hi folks, i've run into quite a tricky problem:
imagine this, i have 2 rows of a table. the top menu points (stuff like home, about us etc) are in the first row. every point belonging to one of those should be in the second row like this:
+----+----+----+
|main|main|main|
| |Sub | |
| |Sub | |
| |Sub | |
+----+----+----+
I think you get the picture. my problem is that "main" is not always the same size concerning text and so are the "Sub"s!!
So how do I get the tables from bouncing in width? I've thought of a colspan? any good?