Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/07/2005, 00:03
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años
Puntos: 3
Se puede pero solo furula en Firefox

Código HTML:
.boton {
	text-align: center;
	background-image: url(botonsito2.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	border:1px solid #FF6600;
  	-moz-border-radius: 5px;
}
para que se vea = en todos los navegadores deberia de ser con la misma imagen

Código HTML:
<style type="text/css">
<!--
.boton {
	text-align: center;
	background-image: url(botonsito.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px none;
	color: #999;
	height: 20px;
	width: 60px;  
}
-->
</style>