Předmět Autor Datum
tr:nth-child(2)
Wikan 11.04.2017 15:40
Wikan
Děkuji, a když mám něco takového tr td:nth-child(4) { display: none; } tr td:nth-child(5) { displa…
Hostt 11.04.2017 19:52
Hostt
Použiť class. Jede pre všetky riadky, druhý pre prvý. poslední
čitateľ 11.04.2017 21:11
čitateľ

Děkuji,

a když mám něco takového

tr td:nth-child(4) { display: none; }
tr td:nth-child(5) { display: none; }
tr td:nth-child(6) { display: none; }

jak mám prosím nastavit TR:hover aby se použilo tohle

tr td:nth-child(4) { display: show; }
tr td:nth-child(5) { display: show; }
tr td:nth-child(6) { display: show; }

aby tohle už neplatilo

tr td:nth-child(4) { display: none; }
tr td:nth-child(5) { display: none; }
tr td:nth-child(6) { display: none; }

Děkuji

Zpět do poradny Odpovědět na původní otázku Nahoru