2 columns 100% height. Can the problem ever be solved in html markup???!!
- by denja
I'm in despair trying to draw this simple thing. Two columns stretching 100% vertically. Is this ever possible?
here there are two tries
<html>
<head>
<title>Columns</title>
</head>
<body>
<style type="text/css">
.wrapper {font-size:900px;
width:1200px;
margin:0 auto;
}
.col1 {
width:600px;
height:100%;…