evalopez
12-09-2005, 08:27 PM
So I have a problem where I have div tables set up on my site, and a footer.
The problem is that I want the right div to go to the bottom of the screen, wherever it ends, but leave enough room for the footer. What I get is a div that expands and contracts when I use the navigation collumn (the right div). I have it set so that there are hidden nav tags that appear when you click a specific section.
What makes it worse, is I somehow got my footer tag stuck in the right div, so that it is either a footer, or just lovely text on the right below the links.
The whole container and placement tags are here. If you can help solve this so I can have it set up properly, that'd be great.
#pagecontainer {
background-image: url(img/bg02.gif);
padding: 0px 0px 0px 0px;
margin: 0px auto;
width: 775px;
text-align: left;
}
#left {
background-color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 642px;
height: 100%;
float: left;
}
#right {
background-color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 133px;
height: 100%;
float: right;
}
http://www.sol-martin.com/beta/news.htm
that's a beta. if you click on music and writings you'll see the hidden tag effect
The problem is that I want the right div to go to the bottom of the screen, wherever it ends, but leave enough room for the footer. What I get is a div that expands and contracts when I use the navigation collumn (the right div). I have it set so that there are hidden nav tags that appear when you click a specific section.
What makes it worse, is I somehow got my footer tag stuck in the right div, so that it is either a footer, or just lovely text on the right below the links.
The whole container and placement tags are here. If you can help solve this so I can have it set up properly, that'd be great.
#pagecontainer {
background-image: url(img/bg02.gif);
padding: 0px 0px 0px 0px;
margin: 0px auto;
width: 775px;
text-align: left;
}
#left {
background-color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 642px;
height: 100%;
float: left;
}
#right {
background-color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 133px;
height: 100%;
float: right;
}
http://www.sol-martin.com/beta/news.htm
that's a beta. if you click on music and writings you'll see the hidden tag effect