Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/12/2012, 11:18
xuskireckin
 
Fecha de Ingreso: diciembre-2012
Mensajes: 6
Antigüedad: 11 años, 11 meses
Puntos: 0
Respuesta: Texto fijo sobre imagen en dreamweaver

yo pongo una mano de fondo de estilo y kiero ke en todos los navegadores kede kada enlace en un dedo... de ke manera como lo hago?

este es el codigo





<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Venta Nueva</title>
<link href="../paginas/estiloss.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #6FF;
}
</style>
</head>

<body background="../FONDO.jpg">


<br> <br />
<br> <br />
<br> <br />
<br> <br />
<br> <br />
<br> <br />


<p class="botones">
<br> <br />

&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
<p class="botones"> <a href="alternativos\alternativos" class="botones">Alternativos</a>

<br> <br />
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
&nbsp

<br> <br />
<br> <br />
<a href="sostenible\sostenible" class="botones">Sostenible</a>
<br> <br />
<br> <br />
<br> <br />


<br> <br />
<br> <br />
<br> <br />


<br> <br />
<a href="comprometido\comprometido" class="botones">Comprometido</a>
<br> <br />
<a href="Ecologico\Ecologico" class="botones">
Ecologico</a>
<br> <br />
<a href="Ecologico\Ecologico" class="botones">Creativos</a>

<br> <br />
<br> <br />


<br> <br />
<br> <br />



</p>



</body>
</html>