English | česky | >> Português << | ZVON > Tutorials > CSS2 tutorial |
Introdução / Procura / ZVON |
>> Exemplo 6 << | Anterior | Próximo | Index | Conteúdos |
O comportamento de alguns elementos pode ser manipulado com as pseudo-classes "hover", "active" e "focus".
Documento XML | folha de estilos CSS | Exemplo de ligação |
---|---|---|
(1)
<AAA> <html:p> <html:input type = "button" value = "BUTTON"></html:input> <html:input type = "text" value = "T E X T"></html:input> </html:p> </AAA> | input:hover {color:fuchsia} input:active {color:red} input:focus {color:aqua} | Ver resultado |