Visa ett inlägg
Oläst 2010-06-07, 23:41 #2
dAEks avatar
dAEk dAEk är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Dec 2006
Inlägg: 678
dAEk dAEk är inte uppkopplad
Mycket flitig postare
dAEks avatar
 
Reg.datum: Dec 2006
Inlägg: 678
HTML-kod:
<!doctype html>
<html>
<head>
	<title>untitled</title>
	
	<style>
		html, body { 
			height:  100%; 
			margin:  0;
			padding: 0;
		}
		
		#wrapper {
			display: table;
			width: 960px;
			background: #eee;
			border: 1px dotted #aaa;
			margin: 0 auto;
		}
		
		.column {
			display: table-cell;
			height: 100%;
		}
		.column.one {
			background: #222;
			color: #fff;
		}
		.column.two {
			background: #888;
			color: #000;
		}
	</style>
</head>

<body>
	
	<div id="wrapper">
		<div class="column one">
			foo
		</div>
		<div class="column two">
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
			<p>bar baz</p>
		</div>
	</div>
	
</body>
</html>
dAEk är inte uppkopplad   Svara med citatSvara med citat