Parašė Creatium· 2009 Spa. 25 11:10:41
#2
Bandyk taip:
@charset "utf-8";
/* CSS Document */
body {
background: #b8b8b8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
margin: 0 auto;
}
#pgr{
width: 1000px;
margin: 0 auto;
background: #0066CC;
height: 1000px;
}
#juosta{
width: 75%;
height: 15px;
background: #000;
padding: 5px 15%;
color: #fff;
}
#headerdalis{
background-image: url('header.jpg');
width: 1000px;
height: 300px;
}
#paneles{
margin: 20px;
}
#nav{
background: #003399;
float: left;
width: 250px;
height: 30px;
}
#news{
background: #003399;
width: 400px;
float: right;
margin: 0px 70px;
height: 30px;
}
.clear{
claer: both;
}
#navfon{
background: #00FF66;
width: 250px;
height: 100px;
}