Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/04/2012, 04:20
moro666
 
Fecha de Ingreso: mayo-2011
Mensajes: 214
Antigüedad: 13 años, 8 meses
Puntos: 16
Respuesta: fixed encima de iframe? Possible?

Muchhas gracias, pero naa! Para que nos entendamos mejor y me podais ayudar os pondre el codigo:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>Guias Eu</title>
    <link rel="stylesheet" href="estilo.css" type="text/css" media="all">
  </head>
 
<body>
	<div id="global">
    	<div id="cabecera"Bienvenidos a mi Web>
			<div id="logotipo"><img alt="Logotipo de Guias Eu" src="Sin-título-2.png" height="70" width="1150" /></div>
            <div>
				<table width="1152" height="59">
       			<tr>
                <th width="1076">
                	<a href="#"><img src="objetos/Pestañas/Templade League Of legends.jpg" alt="LOL"  height="59" border="0"></a>
                    <a href="#"><img src="objetos/Pestañas/Templade Minecraft.jpg" alt="mine" height="59" border="0"></a>
                    <a href="#"><img src="objetos/Pestañas/dbo Minecraft.jpg" alt="dbo"  height="59"></a>
                    <a href="#"><img src="objetos/Pestañas/Templade youtube.jpg" alt="you"  height="59"></a>
                </th>
          		<th width="60" scope="col">&nbsp;</th>
        		</tr>
   				</table>
	    		</li>
	    		</ul>
			</div>
		</div>
	<div id="contenido">	
		<h1><u>Noticias</u></h1></br></br>
		
        <h2>Campeones de esta semana en League of Legends</h2></br></br>
        <img alt="ashe (32K)" src="objetos/LOL/annie.png" height="70" width="70" />
		<img alt="graves (26K)" src="objetos/LOL/gragas.png" height="70" width="70" />
		<img alt="karthus (10K)" src="objetos/LOL/lulu.png" height="70" width="70" />
		<img alt="leona (31K)" src="objetos/LOL/malphite.png" height="70" width="70" />
		<img alt="singed (11K)" src="objetos/LOL/miss-fortune.png" height="70" width="70" />
		<img alt="trundle (37K)" src="objetos/LOL/shen.png" height="70" width="70" />
		<img alt="tryndamere (11K)" src="objetos/LOL/sivir.png" height="70" width="70" />
		<img alt="wukong (30K)" src="objetos/LOL/veigar.png" height="70" width="70" />
		<img alt="ziggs (32K)" src="objetos/LOL/xin-zhao.png" height="70" width="70" />
		<img alt="zilean (12K)" src="objetos/LOL/yorick.png" height="70" width="70" />
		</br></br></br></br>
		
        <h3><p class="#"><u>Presentacion de la nueva campeona Lulu</u></p></h3></br></br>
		<img alt="lulu (374K)" src="objetos/lulu.jpeg" height="500" width="800" />
		</br></br></br></br>

		<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/cXK5VAFbiVU?version=3&amp;hl=es_ES"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent" /><embed src="http://www.youtube.com/v/cXK5VAFbiVU?version=3&amp;hl=es_ES" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
		</br></br></br></br>

		<h3><p class="#"><u>Minecraft Laboratory and roller coaster</u></p></h3></br></br>
		<p>Aqui les traemos un vídeo echo en minecraft</p>
		</br></br>

		<iframe width="500" height="420" src="http://www.youtube.com/embed/U8ZSP-GYUgI" frameborder="0" allowfullscreen></iframe>
		</br></br></br></br>



</div>
    <div id="pie">Este es el pie de la pagina</div>
	<a title="Scroll to the top" class="tooltip west top" href="#"><img src="objetos/top.png" alt="arriba" width="29" height="17"></a> </div>
    <footer>
      <p><a href="http://guiaslol.tk/index.html">League Of Legends Video  </a><a href="http://guiaslol.tk/examples.html"></a> | <a href="http://guiaslol.tk/examples.html"></a> |  </p>
      <p> <!--##@%--></p>
    </footer>
  </div>
  </body>
</html> 
Código:
* {
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
	color: #FF0000;
}
body {
	text-align: center;
	background-color: #E6E6FA;
}
#global {
	width:1150px; 
	margin:auto;
}
#cabecera {
	position:fixed;
	background-color:blue;
}
#contenido {
	background-color: #999999;
	border-left:black 1px solid;
	color: #FF0000;
	padding: 138px;
}
border-right:{
	black 1px solid; border-bottom:black 1px solid ;
}
.noticias {
	text-align:left;
}
iframe {
	position:relative;
}
.contenido-lol {
	background-color: gray; border-left:black 1px solid;
	background-image:url
}
#menu {
	background-color:white; width:300px; float:left;
}
#menu li {
	float:left; margin:0px 30px 0px 20px ;
}
#pie {
	background-color: white ;  border-left:black 1px solid;
	border-right:black 1px solid; border-bottom:black 1px solid;
}
p {
	text-decoration:none;
}
h2 {
	text-decoration:none;
}