|
Ok,
One element that has been driving me crazy is understanding what OTHER elements effect a wrapper. If I have a Wrapper and other DIV's inside, what styling will cause the Wrapper to stop wrapping around all the content inside of the wrapper DIV???
<body>
<div id="Wrapper">
<
div id="header">
<div id="headerimage">
</div>
</div>
<div id="content">
a bunch of content.. blah blah blah
</div>
</div>
</body>
|