anim8it
05-17-2005, 11:37 AM
Well I hav a problem. I have to build a page that has 5 columns in the footer but I cant seem to succed. The second and fourth column get lowered by firsts and thirds content.
HTML:
<!-- Blocks -->
<div id="blocks" >
<div id="pair" >
<div id="block1" >One<br/>One<br/></div>
<div id="block2" >Two</div>
</div>
<div id="columns" ></div>
<div id="spair" >
<div id="block3" >Three<br /><br /><br /><br /><br /></div>
<div id="block4" >Four</div>
</div>
<div id="news" >News</div>
</div>
</div>
<!-- Stop Blocks -->
CSS:
#blocks {
border: 0px;
margin: 0px;
padding: 0px;
}
#pair {
float: left;
width: 350px;
border: 0px;
margin: 0px;
padding: 0px;
}
#block1 {
float: left;
width: 175px;
}
#block2 {
float: right;
height: 132px;
width: 175px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
#colmuns {
float: right;
width: 600px;
}
#spair {
float: left;
width: 350px;
border: 0px;
margin: 0px;
padding: 0px;
}
#block3 {
width: 175px;
border-left: 1px solid #000000;
}
#block4 {
float: right;
height: 132px;
width: 175px;
border-left: 1px solid #000000;
}
#news {
float: right;
width: 275px;
border-left: 1px solid #000000;
}
I played with them floats and I cant make it work...
Im slowly loosing it in my head so if theres some genious here who knows how to make 5 column layout and helps me out Im going to serve him in the afterlife....
I just dont have the nerves to continue but I have to (it would have been much easier with a table I know... But these are clients demands - and I cant say I cant do it... I have to do it... By tommorow preferably...
Anyway thanks go to everyone who at least offer a suggestion. Im in a crisis and everything helps!
Peace!
HTML:
<!-- Blocks -->
<div id="blocks" >
<div id="pair" >
<div id="block1" >One<br/>One<br/></div>
<div id="block2" >Two</div>
</div>
<div id="columns" ></div>
<div id="spair" >
<div id="block3" >Three<br /><br /><br /><br /><br /></div>
<div id="block4" >Four</div>
</div>
<div id="news" >News</div>
</div>
</div>
<!-- Stop Blocks -->
CSS:
#blocks {
border: 0px;
margin: 0px;
padding: 0px;
}
#pair {
float: left;
width: 350px;
border: 0px;
margin: 0px;
padding: 0px;
}
#block1 {
float: left;
width: 175px;
}
#block2 {
float: right;
height: 132px;
width: 175px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
#colmuns {
float: right;
width: 600px;
}
#spair {
float: left;
width: 350px;
border: 0px;
margin: 0px;
padding: 0px;
}
#block3 {
width: 175px;
border-left: 1px solid #000000;
}
#block4 {
float: right;
height: 132px;
width: 175px;
border-left: 1px solid #000000;
}
#news {
float: right;
width: 275px;
border-left: 1px solid #000000;
}
I played with them floats and I cant make it work...
Im slowly loosing it in my head so if theres some genious here who knows how to make 5 column layout and helps me out Im going to serve him in the afterlife....
I just dont have the nerves to continue but I have to (it would have been much easier with a table I know... But these are clients demands - and I cant say I cant do it... I have to do it... By tommorow preferably...
Anyway thanks go to everyone who at least offer a suggestion. Im in a crisis and everything helps!
Peace!