Cita:
Iniciado por polarubi alguna otra ayuda?
tienes que leer un poco el codigo, yo lo puse hover, pero si "active" como hice es cuando clickeas
<style type="text/css">
<!--
.boton {
border: outset 1px #ccc;
}
.boton:active {
border: inset 1px #ccc;
}
*
-->
</style>
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--
.boton {
border: outset 1px #ccc;
}
.boton:active {
border: inset 1px #ccc;
}
*
-->
*
<input class="boton" type="image" vspace="0" hspace="5" border="0" src="images/d1.png" id="submit"/>