w html ale są w css jako display: table.
<table>
Oto kod
Kod
#calosc {
position: absolute;
left: 50%;
top: 50%;
width: 780px;
height: 500px;
margin-left: -390px;
margin-top: -280px;
display: table;}
#tlo {
background-position: center center;
background-repeat: no-repeat;
display: table-row;}
#liniatop {
width: 780px;
height: 3px;
display: table-row;}
#liniabottom {
width: 780px;
height: 3px;
empty-cells: show;
display: table-row;}
#tresc {
font-family: verdana;
font-size: 12pt;
width: 760px;
display: table;}
position: absolute;
left: 50%;
top: 50%;
width: 780px;
height: 500px;
margin-left: -390px;
margin-top: -280px;
display: table;}
#tlo {
background-position: center center;
background-repeat: no-repeat;
display: table-row;}
#liniatop {
width: 780px;
height: 3px;
display: table-row;}
#liniabottom {
width: 780px;
height: 3px;
empty-cells: show;
display: table-row;}
#tresc {
font-family: verdana;
font-size: 12pt;
width: 760px;
display: table;}
A wywołanie tak:
Kod
<DIV id="calosc">
<div id="liniatop">wstawienie gifa</div>
<div id="tlo">tlo do zdjecia jpg</tlo></div>
<div id="liniabottom">wstawienie gifa</div>
</DIV>
<div id="liniatop">wstawienie gifa</div>
<div id="tlo">tlo do zdjecia jpg</tlo></div>
<div id="liniabottom">wstawienie gifa</div>
</DIV>
I teraz chcę na tle coś pisać lub wyświetlac. A mogę tylko pod lub nad tlem.
Czy wie ktoś co trzeba zmienić??