Archive for August 24th, 2010
Here is a small snippet that will help you achieve a two column layout with complete height of the browser. <html> <body style=”margin:0px;height:100%”> <!– key point in having browser height –> <div style=”width:50%;background:#600;height:100%;float:left;”></div> <div style=”width:50%;background:#444;height:100%;float:right;”></div> </body> </html> Here is the result of the above code. You might want to add the styles to seperate classes [ READ MORE ]
A GNU/Linux enthusiast, Amateur Photographer, Design enthusiast who loves simplicity. An active tweeter @cyriacthomas.
Get every new post delivered to your Inbox.