Quote:
|
I also want to be able to control the position of the content layer inside the Body_Main layer. Meaning I would like to tell the content layer to stay, for example, 50px from the left edge of the Body_Main layer.
|
this could be done with margin-left: 50px;
as for changing the size of the layer depending on the content dynamically, someone else might help you on that tho I don't think it could be done but I could be wrong.