Witam.
Mam np: spis umow i chce, zrobic tak, ze jak najade na jakas umowe to, zeby mi sie ona podswietlila, albo jak zaznacze to wtedy ona sie podswietli
Jak mozna to zrobic?
Pozdro
tr.hover{ background-color:jakiskolor; }
<?php <style type="text/css"> .edit_cell_wlasciciel { background-color: orange; } .edit_cell_klient { background-color: orange; } .edit_cell1 { width: 200px; } .pole { width: 250px; } .umowa_table { font-family: verdana, arial, helvetica; font-size: 11px; color: #000; } .edytuj_td { text-align: center; padding:0; } form { margin: 0; padding: 0; } .datka { font-family: verdana, arial, helvetica; font-size: 11px; color: #000; } .select_button { width: 150px; } tr.hover{ background-color:red; } </style> ?>
<?php <table class="tr.hover" align="center" width="100%" border="1" cellpadding="0" cellspacing="0"> ?>
<?php <table class="tr.hover" align="center" width="100%" border="1" cellpadding="0" cellspacing="0"> ?>
tr:hover { background-color:pink; }
<table class="tr.hover" align="center" width="100%" border="1" cellpadding="0" cellspacing="0"> <tr><th bgcolor="#ececec">Lp.</th><th bgcolor="#ececec">Kod</th><th bgcolor="#ececec">Klient</th><th bgcolor="#ececec">Adres</th><th bgcolor="#ececec">Wlasciciel</th><th bgcolor="#ececec">Zawarta</th><th bgcolor="#ececec">Akcja</th><th bgcolor="#ececec">Wyslane</th><th bgcolor="#ececec">Drukuj<br>[<a href="#" onclick="CheckAll()">Zaznacz</a>]<br>[<a href="#" onclick="UncheckAll()">Odznacz</a>]</th></tr> <?php $naglowek=10; $disabled = ($r->wyslane=='nie') ? '' : 'disabled'; if ($naglowek==0) { echo '<tr><th bgcolor="#ececec">Lp.</th><th bgcolor="#ececec">Kod</th><th bgcolor="#ececec">Klient</th><th bgcolor="#ececec">Adres</th><th bgcolor="#ececec">Wlasciciel</th><th bgcolor="#ececec">Zawarta</th><th bgcolor="#ececec">Akcja</th><th bgcolor="#ececec">Wyslane</th><th bgcolor="#ececec">Drukuj<br>[<a href="#" onclick="CheckAll()">Zaznacz</a>]<br>[<a href="#" onclick="UncheckAll()">Odznacz</a>]</th></tr>'; $naglowek=10; } $naglowek--; $lp++; $umowa_id = $r->id; $umowa_kod = $r->kod; $klient_imie = $r->imie_kl; $klient_ulica = $r->ulica_kl; $klient_data_zawarcia = $r->data; $klient_godzina_zawarcia = $r->godzina; $wlasciciel_imie = $r->wlas_imie; ?>
<table class="cos">...
table.cos { /* typowe wy¶wietlanie */ } table.cos:hover { /* po najechaniu */ }