|
Posted by red_dragon2983 on 03/22/06 22:03
Whenever I try to design a page I ALWAYS use DIV's:
<div id="canvas">
<div id="content">
<div id="content-int">
</div>
</div>
<div id="sub-content">
<div id="sub-content-int">
</div>
</div>
</div>
CANVAS is the container; "*-int" is to provide a margin between
sub/content DIV's
It works out pretty good, esp. with the
margin: 0 0 -200000px 0;
padding: 0 0 200000px 0;
overflow: hidden;
thing.
Navigation:
[Reply to this message]
|