<!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>Untitled Document</title>
<style type="text/css">
<!--
.background{
background:url(http://www.google.com/intl/en_ALL/images/logo.gif) no-repeat;
width: 300px;
height: 150px;
border: 1px dashed #FF0000;
}
.top-left {
position:fixed;
top:0px;
left:0px;
background-position: top left;
}
.top-right {
position:fixed;
top:0px;
right:0px;
background-position: top right;
}
.bottom-left {
position:fixed;
bottom:0px;
left:0px;
background-position: bottom left;
}
.bottom-right {
position:fixed;
bottom:0px;
right:0px;
background-position: bottom right;
}
.center {
position:fixed;
top:50%;
left:50%;
font-size: 16px;
font-weight: bold;
color: #FF0000;
border: 1px dashed #0000FF;
height: 100px;
width: 100px;
text-align:center;
line-height:100px;
/*половина width*/
margin-left: -50px;
/*половина height*/
margin-top: -50px;
background-color:#FFFFFF;
}
.top_content {
position: relative;
z-index: 1;
border: 5px dashed #00FF00;
background-color:#1F8A00;
margin-top:400px;
}
body {
margin: 0px;
padding: 0px;
background-color:#CCCCCC;
height: 3000px;
}
/* ie6 в пролёте хак для него, вычисляем высоту */
* html .top-left, * html .top-right {
position:absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
* html .bottom-left, * html .bottom-right {
position:absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight));
}
* html .center {
position:absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+((documentElement.clientHeight-this.clientHeight)/2 ) : document.body.scrollTop+((document.body.clientHeight-this.clientHeight)/2));
margin-top: 0px;
}
/* какую нибудь фоновую картинку 1x1px для ie6 чтоб не дёргался */
* html,* html body{
background: url(http://www.google.com/intl/en_ALL/images/logo.gif) no-repeat fixed;
background-color:#CCCCCC;
}
/* если убрать рамку, то не будет бесконечной прокрутки в ie6 */
* html .background{
border: none;
}
-->
</style>
<!-- можно поместить всё для ie6 фикс стиля в отдельный файл, например -->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie6_fix.css" />
<![endif]-->
</head>
<body>
<div class="background top-left"></div>
<div class="background top-right"></div>
<div class="background bottom-left"></div>
<div class="background bottom-right"></div>
<div class="center">NULLED.CC</div>
<div class="top_content">Текст поверх картинок</div>
</body>
</html>