Ver Mensaje Individual
  #9 (permalink)  
Antiguo 16/06/2006, 02:24
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
El iframe está dentro de un contenedor de id content que tiene aplicado un margin derecho interno del 3%

Código:
#content{
	float:right;
	width: 75%;
	margin: 0;
	height: 100%;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;

}
Prueba a quitarlo

un saludo