Create a third column.
what proper way create third column website. div shouldn't float right because covers other content div when screen resized. have tried setting wide margin margin causes left sidebar , content div drop down low on page. working on template entire site pages.
thank help!
website: www.gaddislaw.com
in page want add a 3rd column need amend .content css below: (i've commented out /* */ css not required) .
content {
float: left;
width: 530px;
padding-top: 25px;
padding-right: 0;
padding-bottom: 10px;
margin-top: 0px;
/*margin-right: 40px;*/
margin-bottom: 0px;
/*margin-left: 290px;*/
padding-left: 20px;
}
then add css 3rd column:
.thirdcol {
float: left;
width: 250px;
}
then add 3rd column html in position shown below:
<p class="footer_type">
<!-- end .content -->
</p>
</div>
<div class="thirdcol">third column</div>
<script type="text/javascript">
</script>
<div class="footer">
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment