Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML] problem z tabelka
right6
post 10.03.2006, 20:30:53
Post #1





Grupa: Zablokowani
Postów: 206
Pomógł: 0
Dołączył: 9.03.2006

Ostrzeżenie: (0%)
-----


problem z tabelka

Kod
<table>
<tr>
<td style="width:20%"></td>
<td></td>
</tr>
<tr>
<td style="width:30%"></td>
<td></td>
</tr>
</table>

i jak zrobic zeby pierwsza komorka, w pierwszym wierszu miala szer. 20%
a pierwsza okmorka w drugim wierszu np 30% questionmark.gif
w/w kodz niedziala ;/


--------------------
To ja invx sie nazywam ... przepraszam i dziekuje ...
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
mike
post 10.03.2006, 21:08:58
Post #2





Grupa: Przyjaciele php.pl
Postów: 7 494
Pomógł: 302
Dołączył: 31.03.2004

Ostrzeżenie: (0%)
-----


Boże chroń od:
1. Wojny;
2. Zarazy;
3. Takiego kodu jak pokazałeś.

Ja proponuję tak:
  1. <style type="text/css">
  2. div#container {
  3. width: 300px;
  4. height: 300px;
  5. }
  6.  
  7. div.cell {
  8. border: #000 solid 1px;
  9. border-bottom: 0;
  10. border-right: 0;
  11. }
  12.  
  13. div#cell11 {
  14. width: 30%;
  15. height: 50%;
  16. float: left;
  17. }
  18.  
  19. div#cell12 {
  20. width: 69%;
  21. /width: 70%; /* IE Hack */
  22. height: 50%;
  23. border-right: #000 solid 1px;
  24. float: right;
  25. }
  26.  
  27. div#cell21 {
  28. width: 20%;
  29. height: 50%;
  30. border-bottom: #000 solid 1px;
  31. float: left;
  32. }
  33.  
  34. div#cell22 {
  35. width: 79%;
  36. /width: 80%; /* IE Hack */
  37. height: 50%;
  38. border-right: #000 solid 1px;
  39. border-bottom: #000 solid 1px;
  40. float: right;
  41. }
  42.  
  43. <div id="container">
  44. <div id="cell11" class="cell"></div>
  45. <div id="cell12" class="cell"></div>
  46. <div id="cell21" class="cell"></div>
  47. <div id="cell22" class="cell"></div>
  48. </div>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 14.08.2025 - 19:14