Can anybody help me? First I'll give my code and then explain what i want to acieve.
PHP
CSSHTML Code:<html> <head> <link rel="stylesheet" type="text/css" href="styles/main-style.css" /> </head> <body><div id="wrapper"> <div id="leftnavigation"><p>Navi here</p></div> <div id="contentarea"> <div id="header"><h1>Banner goes here</h1></div> <p>Content here</p> </div> </div></body> </html>
Right - I want the page to expand as needed when more content is displayed, but I want the left navigation to expand with it.Code:body{ background-color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } #wrapper{ margin:0px auto; width:754px; height:97%; padding:7px; background-color:#FFFFFF; } #leftnavigation{ height:100%; background-color:#FFCC33; width:144px; margin-right:17px; float:left; text-align:center; padding-left:3px; padding-right:3px; } #contentarea{ float:left; width:587px; height:100%; }
How easy is this? Tried other forums and things but couldn't get my head around the answers.
Any help appreciated thanks,![]()



LinkBack URL
About LinkBacks
Reply With Quote


