Hi Guys,
I have a site that has a main div and 3 divs in in it.
HTML Code:
<div id="main_body">
<div id="left"> </div>
<div id="middle"> </div>
<div id="right"> </div>
</div>
Is it possible to add another div, that sticks to <div id="main_body">?
View picture - orange square indicates where I would like the div. If yes, how do I do that.
Many thanks upfront.
|