-
1. Data: 2009-01-13 23:10:03
Temat: Wyświetlanie obrazka w divach
Od: Nips <n...@d...pl>
Witam grupę serdecznie, mam taki problem:
Zrobiłem sobie stronę która ma taki wygląd:
<obrazek1><obrazek2><+--- TEKST---+><obrazek3><obrazek4>
<obrazek5><obrazek6><+--- TEKST---+><obrazek7><obrazek8>
<obrazek9><obrazeka><+-----------------+><obrazekb><
obrazekc>
obrazek5 , 6, 7 i 8 mają 1px wysokości
i tutaj mój problem ponieważ nie chcą mi się te tła w divach wyświetlać
(nie wiedzą skurczybyki jaką mają mieć wysokość) :(
i mam tak:
<obrazek1><obrazek2><+--- TEKST---+><obrazek3><obrazek4>
<obrazek5><obrazek6><+--- TEKST---+><obrazek7><obrazek8>
<_______><________><+--- TEKST---+><_______><________>
<_______><________><+--- TEKST---+><_______><________>
<obrazek9><obrazeka><+-----------------+><obrazekb><
obrazekc>
wklejam kod
html:
<div style="clear:both;">
<div style="float:left;">
<div style="clear:both;">
<div class="top_23a">
</div>
<div class="top_24">
</div>
</div>
<div style="clear:both">
<div class="top_31">
</div>
<div class="top_32">
</div>
</div>
</div>
<div style="float:left;">
<div class="top_33">
tresc
</div>
</div>
<div style="float:left;">
<div style="clear:both">
<div class="top_26">
</div>
<div class="top_27">
</div>
</div>
<div style="clear:both">
<div class="top_34">
</div>
<div class="top_35">
</div>
</div>
</div>
//-----------
i css:
//-----------
.top_31 {
background:url(../images/l3.png) repeat-y;
width: 123px;
float: left;
}
.top_32 {
background:url(../images/32.png) repeat-y;
width: 24px;
float: left;
}
.top_33{
background:url(../images/33.png) repeat-y;
width: 862px;
float: left;
}
.top_34 {
background:url(../images/projekt_dociecia_34.png) repeat-y;
width: 24px;
float: left;
}
.top_35 {
background-repeat: repeat-y;
width: 121px;
float: left;
}
.top_23a {
background:url(../images/l2.png);
width: 123px;
height: 174px;
float: left;
z-index:2;
}
.top_24 {
background:url(../images/24.png);
width: 24px;
height: 174px;
float: left;
}
.top_25{
background:url(../images/25.png);
width: 862px;
height: 174px;
float: left;
}
.top_26 {
background:url(../images/26.png);
width: 24px;
height: 174px;
float: left;
}
.top_27 {
background:url(../images/27.png);
width: 121px;
height: 174px;
float: left;
}
Co mogę zrobić? Pomocy!
Pozdrawiam
-
2. Data: 2009-01-15 08:50:42
Temat: Re: Wyświetlanie obrazka w divach
Od: Nips <n...@d...pl>
Poradziłem sobie, zaprzągłem nielubiane przeze mnie "absolute"
Pozdrawiam