Skocz do zawartości


Lejto

Rejestracja: 18 sty 2007
OFFLINE Ostatnio: 12 06 2009 16:27
-----

Moje tematy

[książka] zaawansowany php5

03 02 2009 - 21:02

Szukam książki o zaawansowanym php5 (mvc, uml, oop). Ewentualnie żeby jeszcze zawierała głębsze wtajemniczenie w MySQL.
Mam na oku: http://helion.pl/ksiazki/php5zp.htm
i ewentualnie
http://helion.pl/ksiazki/phappo.htm
http://helion.pl/ksiazki/lapzap.htm

Chciałem już ją kiedyś kupić ale się rozmyśliłem :P
Książki o php (większe) jakie mam to:
http://helion.pl/ksiazki/phmsv3.htm
http://helion.pl/ksiazki/php5tp.htm

Szukam czegoś co mnie jeszcze bardziej dokształci :D
Nie wiem co do http://helion.pl/ksiazki/php5zp.htm bo mam http://helion.pl/ksiazki/php5tp.htm a książki te nie bardzo się różnią.
Gdybym nie miał http://helion.pl/ksiazki/php5tp.htm to od razu brał bym PHP5 Zaawansowane Programowanie ale jak mam Tajniki Programowania to nie wiem.

Pozdrawiam

[html]/[css] cięcie laya, mały problem i ocena

31 01 2009 - 21:13

Pociąłem lay i poskładałem go w divach:
<div id="img1"></div>
<div id="img2">
<div id="img3">
</div>
</div>
<div id="img4">
<div id="img5">
</div>
</div>
i css
#img1{
background-image:url(../images/helltorrents_05.gif);
width:700px;
height:147px;
}
#img2{
background-image: url(../images/helltorrents_07.gif);
background-repeat:no-repeat;
width:700px;
height:113px;
}
#img3{
background-image:url(../images/helltorrents_08.gif);
width:323px;
height:113px;
float:right;
}
#img4{
background-image:url(../images/helltorrents_102_01.gif);
width:700px;
height:101px;
background-repeat:no-repeat;

}
#img5{
background-image:url(../images/helltorrents_102_02.gif);
height:101px;
width:350px;
float:right;
}
chcę się tylko spytać czy tak może być :D?
teraz problem
na stronie musi być coś takiego:
Dołączona grafika
pociąłem to na 9 obrazków, ale nie wiem teraz jak to powstawiać w divy bo nie zostawię tego w tabelce...
w tabelce tak to wygląda
<table id="Table_01" width="700 " height="185" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="5">
<img src="images/helltorrents_2_01.gif" width="15" height="185" alt=""></td>
<td rowspan="5">
<img src="images/helltorrents_2_02.gif" width="1" height="185" alt=""></td>
<td>
<img src="images/helltorrents_2_03.gif" width="463" height="15" alt=""></td>
<td rowspan="5">
<img src="images/helltorrents_2_04.gif" width="17" height="185" alt=""></td>
<td rowspan="5">
<img src="images/helltorrents_2_05.gif" width="151" height="185" alt=""></td>
</tr>
<tr>
<td>
<img src="images/helltorrents_2_06.gif" width="463" height="71" alt=""></td>
</tr>
<tr>
<td>
<img src="images/helltorrents_2_07.gif" width="463" height="15" alt=""></td>
</tr>
<tr>
<td>
<img src="images/helltorrents_2_08.gif" width="463" height="69" alt=""></td>
</tr>
<tr>
<td>
<img src="images/helltorrents_2_09.gif" width="463" height="15" alt=""></td>
</tr>
</table>

Jakiś pomysł jak to w divy wstawić? Próbowałem już ale nic...