Autor | Zpráva | ||
---|---|---|---|
.Marián Profil * |
#1 · Zasláno: 11. 4. 2017, 22:33:34
Ahoj,
a když mám něco takového table tr td button { display: none; } aby tohle už neplatilo table tr td button { display: none; } table tr:hover button { display:inline; } table tr:hover + button { display:inline; } table tr:hover > button { display:inline; } table tr:hover ~ button { display:inline; } živá ukázka |
||
Davex Profil |
#2 · Zasláno: 11. 4. 2017, 23:28:26
Úplně jednoduše.
table tr:hover td button { display: inline; } Doporučuji prostudovat Pravidla kaskádování. |
||
Časová prodleva: 6 let
|
0