English | česky | >> Português <<ZVON > Tutorials > CSS2 tutorial
>> 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 XMLfolha de estilos CSSExemplo 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