Hi,
This is the basics of it:
html:Code:#contentLayer { margin-right:200px; text-align:left; border-right:1px solid #FFF; padding-left:2px; } #contentLayer p, #contentRight p {margin-top:0} #contentRight { float:right; width:200px; border-left:1px solid #fff; position:relative; text-align:left; } #footer { margin-top:-1.1em; clear:both; height:50px; background:blue; color:#fff; }
I'm sure you can tie the loose ends up.Code:etc...... </div> <div id="contentRight"> <p>Right Content</p> <p>Right Content</p> </div> <div id="contentLayer"> <p>Left content</p> <p>Left content</p> <p>Left content</p> <p>Left content</p> <p>Left content</p> <p>Left content</p> <p>Left content</p> </div> <div id="footer">Footer</div> </div> </body> </html>
Paul








Where do you find the time to do all this! My head feels ready to split open just from working out my own CSS bugs! No brain cells left to get into anyone else's code. How do you do it? And why don't you have a shiny badge to recognize your contributions? (Hint, hint, mods.)


Bookmarks