przykład wygląda tak (tylko to na tabelkach jest a ja chcę na div)
http://kameleon.web-pc.pl/statystyki.html
moj kod wszytko zle sie wyswietala
http://kameleon.web-pc.pl/kontakt.html
Kod
<style>
.center
{
height:36px;
width:483px;
background-image: url('http://www.web-pc.pl/nowy/images/podmenu.png');
float: left;
}
.center2
{
height:36px;
width:240px;
background-image: url('http://www.web-pc.pl/nowy/images/boczne.png');
float: left;
}
.a
{
height:6px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/a.png');
}
.b
{
height:94px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/b.png');
}
.c
{
height:6px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/c.png');
}
.lola
{
height:6px;
width:240px;
background-image: url('http://kameleon.web-pc.pl/images/1.png');
background-repeat: no-repeat;
float: left;
}
.lolb
{
height:94px;
width:240px;
background-image: url('http://kameleon.web-pc.pl/images/2.png');
background-repeat: no-repeat;
float: left;
}
.lolc
{
height:6px;
width:240px;
backgroun:-image:('http://kameleon.web-pc.pl/images/3.png');
background-repeat: no-repeat;
float: left;
}
</style>
<div class="center"></div>
<div class="center2"></div>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
<div class="lola"></div>
<div class="lolb"></div>
<div class="lolc"></div>
.center
{
height:36px;
width:483px;
background-image: url('http://www.web-pc.pl/nowy/images/podmenu.png');
float: left;
}
.center2
{
height:36px;
width:240px;
background-image: url('http://www.web-pc.pl/nowy/images/boczne.png');
float: left;
}
.a
{
height:6px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/a.png');
}
.b
{
height:94px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/b.png');
}
.c
{
height:6px;
width:483px;
background-image: url('http://kameleon.web-pc.pl/images/c.png');
}
.lola
{
height:6px;
width:240px;
background-image: url('http://kameleon.web-pc.pl/images/1.png');
background-repeat: no-repeat;
float: left;
}
.lolb
{
height:94px;
width:240px;
background-image: url('http://kameleon.web-pc.pl/images/2.png');
background-repeat: no-repeat;
float: left;
}
.lolc
{
height:6px;
width:240px;
backgroun:-image:('http://kameleon.web-pc.pl/images/3.png');
background-repeat: no-repeat;
float: left;
}
</style>
<div class="center"></div>
<div class="center2"></div>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
<div class="lola"></div>
<div class="lolb"></div>
<div class="lolc"></div>