WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > SOCIAL CHAT > Resources > [TUTORIAL] How do I make a website with 100% height

Reply
  Thread Tools Display Modes
Old 17th April 06, 10:53 AM   #1
inno
WLC Lover
 
inno's Avatar
 
Join Date: Apr 2006
Location: Malmö, Sweden
Posts: 102
Default [TUTORIAL] How do I make a website with 100% height?

HTML Code:
<html>
<head>
	<style type="text/css">
	
		html, body {
			background:red;
			text-align:center;
			border:0;margin:0;padding:0;
			height:100%;
		}
		
		div#wrapper {
			background:white;
			width:700px;
			border:0;
			padding:0;
			margin:0 auto;  /* non-IE */
			height:auto;  /* non-IE */
			min-height:100%;  /* non-IE */
		}
		
		div#content {
			padding:1em;
			text-align:left;  /* IE */ 
		}

	</style>
	
<!--[if IE]> <!-- This is for IE so that it does really get 100& high -->
	<style type="text/css">
		div#wrapper {
			height:100%;  /* IE */
		}
	</style>
<![endif]-->
	
</head>
<body>

<div id="wrapper">

	<div id="content">
	
		<h1>Some</h1>
		
		<p>Random</p>
		
		<p>Content</p>
   
	</div>

</div>
  
</body>
</html>
* DO NOT post here if you have problems or questions * Post in help area.
__________________

To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

Last edited by inno; 17th April 06 at 11:04 AM.
inno is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Linear Mode Linear Mode

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background height problem in FireFox but work in IE EthanCote Browser Compatibility 3 16th March 07 06:34 AM
[SOLVED] Help with Sticky Footer wyclef CSS 2 18th December 06 09:29 PM
List problem... willsmith727 CSS 1 1st September 06 01:54 PM


All times are GMT. The time now is 05:42 AM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

CopyrightŠ 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.