kod strony html:
CODE
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css"/>
</head>
<div style="width:750px;">
<body>
<center>
<div id="menu">
<div id="menut">
<font color="white"><b><font face="arial black"><h1>Menu Główne</h1></font></b>
</div>
</div>
<div id="tytul">
<div id="tytult">
<font color="white"><b><font face="arial black"><h1>Jakas Strona
</h1></font></b>
</div>
</div>
<div id="kontener">
<a>
<font face="arial black">
</font>
</a>
</div>
</div>
</center>
</body>
</html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css"/>
</head>
<div style="width:750px;">
<body>
<center>
<div id="menu">
<div id="menut">
<font color="white"><b><font face="arial black"><h1>Menu Główne</h1></font></b>
</div>
</div>
<div id="tytul">
<div id="tytult">
<font color="white"><b><font face="arial black"><h1>Jakas Strona

</div>
</div>
<div id="kontener">
<a>
<font face="arial black">
</font>
</a>
</div>
</div>
</center>
</body>
</html>
a tu style:
CODE
body {
background-image: url("img/background.jpg");
background-color: #cccccc;
}
}
a {
text-decoration: none;
opacity: 1;
}
#kontener {
width:1550;
height:850px;
background:#ffffff;
opacity: 0.8;
position: absolute; top: 150px; right: 300px;;
}
#menu {
position: absolute; right: 0px; top: 0px;;
background:#B22222;;
height:1000;
width: 300;
opacity: 0.9;
}
#menut {
height:530;
position: absolute; top: 0px; right: 30px;;
opacity: 0.9;
}
#tytult {
height:30;
position: absolute; top: 50px; right: 820px;;
opacity: 0.9;
}
#links {
height:530;
position: absolute; top: 160px; right: 50px;;
opacity: 0.9;
}
#tytul {
position: absolute; top: 0px; right: 300px;
width: 1550px;
height: 150px;
background: dimgrey;;
opacity: 0.9;
}
background-image: url("img/background.jpg");
background-color: #cccccc;
}
}
a {
text-decoration: none;
opacity: 1;
}
#kontener {
width:1550;
height:850px;
background:#ffffff;
opacity: 0.8;
position: absolute; top: 150px; right: 300px;;
}
#menu {
position: absolute; right: 0px; top: 0px;;
background:#B22222;;
height:1000;
width: 300;
opacity: 0.9;
}
#menut {
height:530;
position: absolute; top: 0px; right: 30px;;
opacity: 0.9;
}
#tytult {
height:30;
position: absolute; top: 50px; right: 820px;;
opacity: 0.9;
}
#links {
height:530;
position: absolute; top: 160px; right: 50px;;
opacity: 0.9;
}
#tytul {
position: absolute; top: 0px; right: 300px;
width: 1550px;
height: 150px;
background: dimgrey;;
opacity: 0.9;
}