Tema: Aside
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/06/2014, 15:16
mblascog
 
Fecha de Ingreso: enero-2002
Ubicación: Sabadell
Mensajes: 565
Antigüedad: 22 años, 3 meses
Puntos: 4
Respuesta: Aside

Ahora pzin,
El código html es este:
Código HTML:
Ver original
  1.     <header>
  2.         <?php
  3.             include("includes/inc_capcalera.php");
  4.             $opcio = "6";
  5.             include("includes/inc_menu.php");
  6.         ?> 
  7.     </header>
  8.     <section>
  9.         <article>
  10.             <aside>
  11.                 <img src='<?php echo URL."imatges/bannerLateral_".$idioma.".png"?>'/>
  12.                 <?php echo $textBannerLateral[$idioma]; ?>
  13.             </aside>
  14.             <div id=formContacte>
  15.                 <form name="contacte" method="post" action="">
  16.                 </form>
  17.             </div>
  18.         </article>
  19.     </section>
  20.     <footer>
  21.         <?php include("includes/inc_peu.php") ?>
  22.     </footer>
  23. </body>

Y el código CSS este:
Código CSS:
Ver original
  1. section article{
  2.     width:100%;
  3.     height:100%;
  4.     font:1em/2.0 'Arial';
  5.     color:#000;
  6.     vertical-align:top;
  7.     text-align:justify;
  8.     float:left;
  9. }
  10. aside{width:16.6%;
  11.     height:470px;
  12.     float:left;
  13.     margin-top:3%;
  14.     background:#d9d406;
  15.     color:#035A5B;
  16. }
  17. #formContacte{
  18.     color: #666666;
  19.     font: .9em 'Helvetica';
  20.     margin-top:3%;
  21.     margin-left:10px;
  22. }

Gracias
__________________
Qué fácil cuando lo sabes y qué difícil cuando no