Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
how to Stretch content and menu down with wrapper
Old 01-13-2008, 10:07 AM how to Stretch content and menu down with wrapper
Rajaie's Avatar
Super Talker

Posts: 128
Trades: 0
Could someone tell me how I can stretch the main content and navigation menu to always be the same height as the wrapper, no matter how much content they have?

CSS Code

Code:
html,body {
background-color: silver;
margin: 0;
}

div#wrapper {
background-color: white;
width: 800px;
min-height: 900px;
margin-left: auto;
margin-right: auto;
}

div#header {
text-align: center;
background-color: yellow;
min-height: 100px;
}

div#main {
background-color: orange;
width: 80%;
float: right;
}

div#menu {
background-color: purple;
width: 20%;
}

p {
margin: 0;
}

h1 {
margin: 0;
}
HTML Code


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Default Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id=wrapper>
<div id=header><h1>Header</h1></div>
<div id=main><p>Main Content</p></div>
<div id=menu><p>Navigation Menu</p></div>
</div>
</body>
</html>
Rajaie is offline
Reply With Quote
View Public Profile Visit Rajaie's homepage!
 
 
Register now for full access!
Old 01-13-2008, 01:27 PM Re: how to Stretch content and menu down with wrapper
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Did you even read the stickies ?
http://www.webmaster-talk.com/css-fo...l-browser.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to Stretch content and menu down with wrapper
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13246 seconds with 12 queries