Just started out working on a new design and having some early trouble. I haven't messed with this stuff in a while.
Anyway, I'm trying to make this column, which will be a menu stretch to the bottom of the page. Obviously height:100% doesn't work or I wouldn't be asking. Any help greatly appreciated. Here's the code:
Question
Destian
Just started out working on a new design and having some early trouble. I haven't messed with this stuff in a while.
Anyway, I'm trying to make this column, which will be a menu stretch to the bottom of the page. Obviously height:100% doesn't work or I wouldn't be asking. Any help greatly appreciated. Here's the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <title>TEST</title> <style type="text/css"> body { background:#444444; } #right { float:right; width:125px; background:#606060; border:1px solid #999999; padding:5px; text-align:center; } </style> </head> <body> <div id="right"> <pre> s-e blah blah blah </pre> </div> </body> </html>Thanks.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts