as4s1n
New Member
- Messages
- 174
- Reaction score
- 4
- Points
- 0
On my website I have a right column that, if someone is logged in, shows their recent posts. However, the auto setting doesn't go to the end of page, which is what I would like, and if I set it to absolute then the footer with the 'clear:both' property makes it hover just after the right column ends. I was sure that the auto works if the div it is inside has an absolute height, but if I set that then the page goes out of order when someone tries to post a new entry.
CSS:
HTML (for HTML view source code)
Example: [URL]http://sikuneh.x10hosting.com[/URL]
Note: Please ignore posts, those are just tests.
CSS:
Code:
div#content-wrapper
{
width:80%;
float:left;
}
div#right
{
width:20%;
float:right;
min-height:300px;
}
div#right-inner
{
border-left: 5px solid black;
}
div#footer
{
clear:both;
text-align:center;
}
HTML (for HTML view source code)
Example: [URL]http://sikuneh.x10hosting.com[/URL]
Note: Please ignore posts, those are just tests.
Last edited: