Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/09/2007, 14:49
Ricky77
 
Fecha de Ingreso: abril-2007
Mensajes: 18
Antigüedad: 17 años
Puntos: 0
Re: Boton Que No Se Ve En Ie

De hecho tu misma puedes hacer la comprobación de que sí funciona:

Crea un html nuevo con este código:

Código:
<html>

<head>
	<title></title>
	<style type="text/css">
	<!--
	
.downloadForm {
	background-image: url(prueba.jpg);
	height: 67px;
	width: 173px;
	border: none;
	}
	
	-->
	</style>
</head>

<body>

<FORM name="downloadForm" id="downloadForm" method="POST" action="http://travis.bosscasinos.com/dl.asp">
	<input type="hidden" name="name" value="POK">
	<input type="hidden" name="typefile" value="full4470">
	<input type="hidden" name="redirect" value="client">
	<input type="hidden" name="notproper" value="0">
	<input type="hidden" name="emailreq" value="0">
	<input type="hidden" name="language" value="en">
	<div align="center">
		<input name="sbm1" class="downloadForm" value="" align="center" type="submit" alt="¡Descarga Ahora!" border="0">
		<br />
		<br />
		<br />
	</div>
</FORM>


</body>
</html>

Ahora simplemente renombra una imagen cualquiera y haz que se llame "prueba.jpg" y asegurate que esté en la misma carpeta que el html.

Verás como funciona