Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [php] onmouseover
trucksweb
post
Post #1





Grupa: Zarejestrowani
Postów: 1 199
Pomógł: 31
Dołączył: 22.03.2004
Skąd: Warszawa

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


poszukuje jakiegos poradnika jak zrobic- nawet nie wiem jak to sie nazywa (IMG:http://forum.php.pl/style_emoticons/default/tongue.gif)
efekt np. w phpmyadminie, jak najedzie sie na tabele to dziala efekt onmouseover na calym wierszu co znacznie ylatwia poruszanie sie po dlugich bazach.

i jak to sie nazwya (IMG:http://forum.php.pl/style_emoticons/default/questionmark.gif) (IMG:http://forum.php.pl/style_emoticons/default/worriedsmiley.gif)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
mike
post
Post #2





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

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


  1. <style type="text/css">
  2. table.kolorowa_tabela tr {
  3.  background: #cdcdcd;
  4. }
  5.  
  6. table.kolorowa_tabela tr.even {
  7.  background: #efefef;
  8. }
  9.  
  10. table.kolorowa_tabela tr:hover {
  11.  background: #ffc;
  12. }
  13.  
  14. <table class="kolorowa_tabela">
  15. <tr>
  16.  <td>wiersz 1 komorka 1</td>
  17.  <td>wiersz 1 komorka 2</td>
  18.  <td>wiersz 1 komorka 3</td>
  19. </tr>
  20. <tr class="even">
  21.  <td>wiersz 2 komorka 1</td>
  22.  <td>wiersz 2 komorka 2</td>
  23.  <td>wiersz 2 komorka 3</td>
  24. </tr>
  25. <tr>
  26.  <td>wiersz 3 komorka 1</td>
  27.  <td>wiersz 3 komorka 2</td>
  28.  <td>wiersz 3 komorka 3</td>
  29. </tr>
  30. <tr class="even">
  31.  <td>wiersz 4 komorka 1</td>
  32.  <td>wiersz 4 komorka 2</td>
  33.  <td>wiersz 4 komorka 3</td>
  34. </tr>
  35. <tr>
  36.  <td>wiersz 5 komorka 1</td>
  37.  <td>wiersz 5 komorka 2</td>
  38.  <td>wiersz 5 komorka 3</td>
  39. </tr>


Teraz bedzie taki styl tylko dla tabel, które klasę kolorowa_tabela (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
Go to the top of the page
+Quote Post

Posty w temacie


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

 



RSS Aktualny czas: 6.10.2025 - 18:33