I'm having a problem getting my Sidebar to extend the full length of the page. I don't know how to get it stretching to page length. http://karbondesigns.com/Wordpress The final DIV for the sidebar is in the Footer.php file.
i made a little example of how to do this a while back http://charles-harvey.co.uk/examples/niceLayout Heres the code to make it. It involves giving absoluteposition to your sidebar and specifiying a top and bottom value.
<p>Ac eget eget, est feugiat ultricies tempus ultricies Aenean dapibus, eleifend amet facilisis. neque ante. et volutpat. malesuada tortor leo. augue, habitant luctus, enim Pellentesque Nam sit vulputate Aliquam facilisis turpis Ut erat. placerat libero eros quis, Vestibulum metus tincidunt netus tincidunt accumsan amet est.</p> <p>Vitae sit mi wisi, vitae, lacus sed, egestas. in egestas elit et Vestibulum orci, faucibus, tortor morbi quam, senectus non fermentum, wisi. eros neque ullamcorper erat turpis eu id cursus erat eu egestas ipsum tempor tristique amet, Donec dui et quam Aenean Mauris magna semper. amet, commodo vitae, ornare rutrum ac Donec sapien pharetra.</p> </div> <div id=\"sidebar\"> <h2>Hello</h2> <p>Vitae sit mi wisi, vitae, lacus sed, egestas. in egestas elit et Vestibulum orci, faucibus, tortor morbi quam, senectus non fermentum, wisi. eros neque ullamcorper erat turpis eu id cursus erat eu egestas ipsum tempor tristique amet, Donec dui et quam Aenean Mauris magna semper. amet, commodo vitae, ornare rutrum ac Donec sapien pharetra.</p>
I'm having a problem getting my Sidebar to extend the full length of the page. I don't know how to get it stretching to page length. http://karbondesigns.com/Wordpress The final DIV for the sidebar is in the Footer.php file.
Heres the code to make it. It involves giving absoluteposition to your sidebar and specifiying a top and bottom value.
HTML
CSS
#page-wrap {width:960px;margin:20px auto; background: #daede9;position:relative;min-height:520px}
#page-wrap div {padding:10px 10px 0}
#main {margin:0 220px 0 10px; position:absolute;top:70px;bottom:10px;background: #bbca45;}
#sidebar {position:absolute;width:180px;right:10px;top:70px;bottom:10px; background: #ae6561;}
#menu {position:absolute;top:10px;height:40px;background:#166aea;right:10px;left:10px}