Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/07/2009, 06:11
xmarkx
 
Fecha de Ingreso: julio-2008
Mensajes: 143
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: 100% width full

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>lalala: lalalallas lalalalalalala</title>

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="cssparaforosdelweb.css" rel="stylesheet" type="text/css" media="all" />
</head>

<body>

<div id="contenedor">


	<div id="cabecera">
	  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','250','src','cabecerahechaenflash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','cabecerahechaenflash' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="250">
        <param name="movie" value="cabecerahechaenflash.swf" />
        <param name="quality" value="high" />
        <embed src="cabecerahechaenflash.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="250"></embed>
      </object></noscript>
    </div>
    
  <div id="contenido"> 
    
    <h1>Lorem Ipsum is simply, <br />
Lorem Ipsum is simply </h1>
<br /><br />
<br />
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse porttitor faucibus leo sed mollis </p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nasc. <strong>Cum sociis natoque penatibus et magnis dis parturient montes, nasc</strong></p><br />
<br />
<h3>Cum sociis natoque penatibus?</h3>

<br />
<p>¡Cum sociis natoque penatibus et magnis dis parturient montes, nasc !</p>
<p>Nam eu nisi vel leo tristique rutrum. Donec gravida mi a justo feugiat sit amet consequat nibh tincidunt. Quisque eget ipsum nulla. Aliquam tincidunt<a href="lalala.htm">lalala</a></p><br />
<br />
<h3 class="nuestromundo">Cras nec arcu odio, nec hendrerit nisl. Nam v?</h3><br /> </div>

    
<div id="pie">
    
		<span class="piemenu"><a href="lalala.htm">lalala</a></span>
		<span class="barra">|</span>
		<span><a href="lalala.htm">lalala</a></span>
		<span class="barra">|</span>
		<span><a href="lalala.html">lalala</a></span>
		<span class="barra">|</span>
		<span><a href="lalala.htm">lalala</a></span>
		<span class="barra">|</span>
		<span><a href="lalala.htm">lalala</a></span><br /><br />
		<span>lalalalalalalalalalalala</span><br />
		<span>lalala : lalalalala   /   lalalalaa </span><br />
		<span>lalala: lalalala.com</span><br />
		<span><a href="http://www.lalalalala.com">www.lalalalala.com</a></span>

    </div>


</div>

</body>
</html> 
CSS :


/* ESTILOS GENERALES */

*{margin:0;
padding:0;}

body{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-image: esunaimgqueserepiteyhacequesealargelacabecera;
background-repeat:repeat-x;
}

h1{
color:#333333;

}

p{
font-size: 13px;
color: #000000;
}

h3{
color:#64a71c;
}

hr{
color: #333333;

}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:none;
color:#64a71c;
}

/* ---------------------FIN ESTILOS GENERALES ----------------------- */




/* ----------------------CONTENEDOR----------------------------------- */
#contenedor{
margin:auto;
width:800px;
background-color:#FFFFFF;

}

/* ------------------- FIN CONTENEDOR----------------------------------- */


/* ---------------------- cabecera ----------------------------------- */
#cabecera{
width:800px;
height:250px;
margin-bottom:20px;

}


/* ---------------------- fin cabecera ----------------------------------- */


/* ---------------------- CONTENIDO----------------------------------- */

#contenido{
width:800px;
height:600px;
background-image: imagendefondodelweblalala;
background-repeat:no-repeat;

}

#contenido h3.nuestromundo{
text-align:center;
}


/* ---------------------- PIE ----------------------------------- */

#pie{
width:800px;
height:100px;
background:#333333;
padding-top:15px;

}

#pie span{
color:#FFFFFF;
margin-left:20px;
}

#pie span a{
color:#FFFFFF;
border-style:none;
text-decoration:none;

}

#pie span.piemenu{
margin-left:215px;

}

#pie span.barra{
margin-left:5px;
margin-right:-10px;
}