css layout questions
Posted: Mon Oct 31, 2005 9:28 pm
how would i make a layout that looks something like this...
the problem i constantly run into is that if content extends really extreme either the navbar goes crazy or something else goes awry. BTW, everywhere you see lines are actual borders as welll...which makes it even more obvious when things go awry. so in CSS how would i generally establish such a layout? probably a really easy question to someone that's not an idiot like me;)
Code: Select all
-----------------
| header |
-----------------
|n | |
|a | content |
|v | |
|b | |
|a | |
|r | |
-----------------