Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/03/2012, 13:08
Avatar de Nova
Nova
 
Fecha de Ingreso: enero-2003
Ubicación: Hyo
Mensajes: 832
Antigüedad: 21 años, 3 meses
Puntos: 1
Pregunta Como poner una imagen encima de un frame?

Hola amigos, bueno al grano.
Espero sea facil para ustedes ya que yo me demoré casi toda la mañana sin exito
Intento poner una imagen encima de un iframe, asi de simple, espero que la implementacion sea igual de facil

Esto es el intento.
Código HTML:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style>

.dos{
	z-index:0
	}
.uno{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140px;
	height: 48px;
	background-repeat:no-repeat;
	z-index:100;
}
</style>
</head>

<body><div><div class="uno"><img src="http://www.misitio.com/images/vida-actual.png" height="47"  /></div><div>
<iframe class="dos" src="http://www.google.com" height="100%" width="100%" frameborder="0" marginheight="0" marginwidth="0" /></div></div>
</body> 
Espero puedan darme una solucion, gracias
__________________
http://about.me/jemano