How do you have a div that flotes on the right, but the rest of the page
doesn't overlap (rest of page in maintext div)? I would like it to be
like my nav on the left.
#nav {
width : 13em;
float : left;
border-right : 2px solid #da7800;
border-bottom : 2px solid #da7800;
}
#MainText {
position : absolute;
left : 14.5em;
text-align:justify
}Something like this layout (<!-- m --><a class="postlink" href="http://bluerobot.com/web/layouts/layout3.html">http://bluerobot.com/web/layouts/layout3.html</a><!-- m -->)?that is about the kind of idea i had in mindthe right column underlaps.. heheOriginally posted by Justin
that is about the kind of idea i had in mind Well, that was your answer!
From that webpagelease feel free to borrow, steal, abduct, and/or torture the documents contained in the Layout Reservoir. Though you need not give credit to BlueRobot.com, a comment in your source code would help other developers to find this resource. Enjoy.and i will!
doesn't overlap (rest of page in maintext div)? I would like it to be
like my nav on the left.
#nav {
width : 13em;
float : left;
border-right : 2px solid #da7800;
border-bottom : 2px solid #da7800;
}
#MainText {
position : absolute;
left : 14.5em;
text-align:justify
}Something like this layout (<!-- m --><a class="postlink" href="http://bluerobot.com/web/layouts/layout3.html">http://bluerobot.com/web/layouts/layout3.html</a><!-- m -->)?that is about the kind of idea i had in mindthe right column underlaps.. heheOriginally posted by Justin
that is about the kind of idea i had in mind Well, that was your answer!
From that webpagelease feel free to borrow, steal, abduct, and/or torture the documents contained in the Layout Reservoir. Though you need not give credit to BlueRobot.com, a comment in your source code would help other developers to find this resource. Enjoy.and i will!