<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css" class="init">
body {
margin: 0;
}
</style>
<script>
</script>
</head>
<body style="background:#ccc; height: 100%;">
<div style="width: 200px; background: yellow; height: 100%; float:left; z-index:1000;">
<div style="width: 100%; height: 300px; background: blue;"></div>
<div style="height: 100%; background:green;"></div>
</div>
</body>
</html>