BlackReef
11-03-2010, 09:22 PM
Hello,
I am attempting to put together a 3-div sitemap at the bottom of this website.
Since I couldn't figure out how to break a single div into columns, I decided to make (3) separate divs. The left div has a float: left, the right div is a float:right, but the middle div had to be manually positioned between them.
Here is what I am talking about (please see bottom of page):
http://www.reddotoptics.com/store/pc/home.asp (http://www.reddotoptics.com/store/pc/home.asp)
Now, it appears fine in the browser but I know something must not be right, because in my WYSIWYG editor, (DWCS3) the Div is way up in the right hand side. I have attached a screenshot of what I am referring to as reference.
Finally, here is the actual CSS code, maybe the experts here can see where I went wrong:
#wrapper #footer .left {
height: 250px;
width: 300px;
float: left;
padding: 10px;
color: #8D7E5F;
font-size: 11px;
}
#wrapper #footer .middle {
height: 250px;
position: relative;
padding: 10px;
font-size: 11px;
color: #8D7E5F;
width: 300px;
bottom: 260px;
left: 350px;
}
#wrapper #footer .right {
height: 250px;
width: 300px;
float: right;
position: relative;
padding: 10px;
bottom: 270px;
font-size: 11px;
color: #8D7E5F;
}
Thank you very much for your help
I am attempting to put together a 3-div sitemap at the bottom of this website.
Since I couldn't figure out how to break a single div into columns, I decided to make (3) separate divs. The left div has a float: left, the right div is a float:right, but the middle div had to be manually positioned between them.
Here is what I am talking about (please see bottom of page):
http://www.reddotoptics.com/store/pc/home.asp (http://www.reddotoptics.com/store/pc/home.asp)
Now, it appears fine in the browser but I know something must not be right, because in my WYSIWYG editor, (DWCS3) the Div is way up in the right hand side. I have attached a screenshot of what I am referring to as reference.
Finally, here is the actual CSS code, maybe the experts here can see where I went wrong:
#wrapper #footer .left {
height: 250px;
width: 300px;
float: left;
padding: 10px;
color: #8D7E5F;
font-size: 11px;
}
#wrapper #footer .middle {
height: 250px;
position: relative;
padding: 10px;
font-size: 11px;
color: #8D7E5F;
width: 300px;
bottom: 260px;
left: 350px;
}
#wrapper #footer .right {
height: 250px;
width: 300px;
float: right;
position: relative;
padding: 10px;
bottom: 270px;
font-size: 11px;
color: #8D7E5F;
}
Thank you very much for your help