Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: dizaino kodavimas

Parašė Faitas.· 2010 Gru. 18 20:12:52
#2

CSS:


body {
 
background-color: #fffff2;

}
 
div.swizz {
 
background: url('images/swizz_03.png');
height: 37px;
width: 726px;
 
 
}
 
div.swizz1 {
 
background: url('images/swizz_06.png');
height: 126px;
width: 467px;
float: left;
 
}
 
div.swizz2 {
 
background: url('images/swizz_09.png');
height: 158px;
width: 462px;
 
}
 
div.swizz3 {
 
background: url('images/swizz_08.png');
height: 233px;
width: 239px;
 
 
}


xHTML:


<html>
<head>
<title>-Swizz-</title>
<link rel="stylesheet" type="text/css" href="stilius.css">
</head>
<body>
<table align='center' cellpadding='0' cellspacing='0'>
 
<div class='swizz'>
</div>
<div class="swizz1" >
<div class="swizz3" >
</div>
</div>
<div class="swizz2" >
</div>
 
</body>
</html>
 
 


Taip turėtų būti :) Jai kas nors ne taip rašyk B)

Redagavo Faitas.· 2010 Gru. 18 20:12:38