Zepo. Posted August 23, 2007 Share Posted August 23, 2007 Im new with css and i have a problem with a background, it doesnt go all the way to the bottom of the page... <div class="navright"> <br /><? echo $out[news].$out[body]; ?> </div> is the side div.navright { background:url(./theme/default/images/pagebg.gif) right; width:709px; height:100%; float:left; background-color:#ffffff;} The page is http://www.eliteladders.com/demo/standings.php?ladder[id]=1 Quote Link to comment Share on other sites More sharing options...
moberemk Posted August 23, 2007 Share Posted August 23, 2007 Height 100% doesn't work in real-life situations. Try using the Faux Columns technique. Quote Link to comment Share on other sites More sharing options...
Zepo. Posted August 23, 2007 Author Share Posted August 23, 2007 Please explain.. Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 23, 2007 Share Posted August 23, 2007 Please explain.. http://www.alistapart.com/articles/fauxcolumns/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.