Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/07/2007, 15:20
vmac179
 
Fecha de Ingreso: julio-2007
Ubicación: /home/victor
Mensajes: 114
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Imagen fija en un sitio

Es bastante fácil solo tienes que hacerlo con css

Código:
#homer {
	position: fixed;
	right: 25px;
	bottom: 0px;
	display: block;
	width: 130px;
	height: 90px;
	background: url(http://blog.netmasters.cl/images/Image/homer-comentario.png) bottom center no-repeat;
	text-indent: -999em;
	z-index: 90;
	text-decoration: none;
	}
y después en el cuerpo de la pagina lo llamas
Código:
<div id="homer"/>
Eso seria Saludos