Attached File(s)
-
not_working.html (935bytes)
Number of downloads: 3 -
working.html (935bytes)
Number of downloads: 3
Posted 14 February 2007 - 05:15 AM
not_working.html (935bytes)
working.html (935bytes)
Posted 14 February 2007 - 06:12 AM
Posted 14 February 2007 - 08:10 AM
Posted 14 February 2007 - 09:10 AM
body {
position: relative;
width: 80%;
margin-left: auto;
margin-right: auto;
border: 1px solid #666666;
}
div#columnA {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 300px;
background-color: #0000FF;
}
div#columnB {
margin-left: 200px;
margin-right: 200px;
height: 300px;
background-color: #66FF00;
}
div#columnC {
position: absolute;
top: 0;
right:0;
width: 200px;
height: 300px;
background-color: #FF0000;
}
Posted 14 February 2007 - 10:50 AM
Posted 14 February 2007 - 04:18 PM
Posted 14 February 2007 - 04:21 PM
Posted 14 February 2007 - 04:59 PM
Posted 14 February 2007 - 05:02 PM
This post has been edited by TJSingleton: 14 February 2007 - 05:04 PM