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 Link to comment https://forums.phpfreaks.com/topic/66406-background-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/66406-background-problem/#findComment-332376 Share on other sites More sharing options...
Zepo. Posted August 23, 2007 Author Share Posted August 23, 2007 Please explain.. Link to comment https://forums.phpfreaks.com/topic/66406-background-problem/#findComment-332384 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/ Link to comment https://forums.phpfreaks.com/topic/66406-background-problem/#findComment-332423 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.