Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/03/2007, 10:14
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 2 meses
Puntos: 535
Re: link en un div

¿y por qué no usás un enlace?

Código:
a#logo {
	position: absolute;
	display: block;
	left: 35px;
	top: 28px;
	width: 100px;
	height: 91px;
	z-index: 90;
	background: url(../images/logo.png) 0 0 no-repeat;
	background: transparent;
	text-indent: -9000px;
}

<div> <a href="http://www.google.com/" id="logo" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');">Ir a google</a></div>
__________________
...___...