On 10/7/06 5:00 AM, "Âî›îí" <[EMAIL PROTECTED]> wrote:

> Can i create block which minimum height 100% of browser work area?
> I create examle, wich work in IE. But in FF and Opera block's height is 0px;
> How i can get 100% height in other browser's ?

This works for me in all I test for for 100% height:

<!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";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>[Title]</title>
<style type="text/css">

html, body{height:100%;}
#wrap{position:static; height:100%;}
#wrap2{position:relative; height:auto;}

</style>
</head>

<body>
<div id="wrap">
<div id="wrap2">
    <div id="header">[header]</div>
    <div id="content">
          [content]
    </div>
</div>
</div>
</body>
</html>

Adjust style as needed for font, colors, etc. obviously. See it in action at
arobotics.com. Never did multiple bg images as you are trying.

HTH

-- 
Tom Livingston | Senior Multimedia Artist | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to