14-03-2008, 23:02
Mógłbyś to jakoś bardziej wyjaśnić i pokazać ten kod?
Jeżeli chcesz umieścić 3 divy obok siebie to spróbój tak
A w css daj
Oczywiście szerokość ustawiasz według potrzeb.
Jeżeli chcesz umieścić 3 divy obok siebie to spróbój tak
Kod:
<div id="paka">
<div id="left'></div>
<div id="right"></div>
<div id="center"><div/>
</div>
A w css daj
Kod:
#paka { width: 900px;}
#left { width: 200px;
float: left; }
#right {width: 200px;
float: right; }
#center { width: 500px;
float: left; }
Oczywiście szerokość ustawiasz według potrzeb.
http://red104.w.interia.pl/ - moja stronka o Maluchach
http://www.twojpc.ugu.pl/ - Twoje forum komputerowe
http://www.twojpc.ugu.pl/ - Twoje forum komputerowe