Basically what I'm trying to do is a kind of a 2 column design.
I have a menu floated to the left (clearing the header) with margins all around.
and I have the main content block.
I'd like the content block to have a margin from the header, menu and the right side.
I tried:
Code: Select all
margin: 5px;
tried:
Code: Select all
width: auto;
I can set the width to something... say:
Code: Select all
width: 80%;
is there anyway to tell the content-div to change the width so it is always 5px away from the menu, the header and the right edge?
Argh! headache!
Thanks alot!
-Leav