Forum Moderators: not2easy
I want a layout which has 2 cols. The left col will contain my menu, and the right one the main content.
I want the layout to have 100% width (or 95% for example)
leftcol have to be flexible in width, and here comes the problem.
To have it flexible is a easy job. You just doesn't set the width.
BUT! I want the rightcol to fill up the rest of the space? :¦ Then it would have a specific width which follows the width of my leftcol?
I hope I have made my problem clear, or else you just ask :)
I don't want leftcol to have a fixed width, cause sometimes the menu are wider than from the start, image this:
menu1
menu2
....menu2.1
....menu2.2
menu3 menu2.1 and 2.2 will be visible only when menu2 is clicked, therefor the menu has to expand.