Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/07/2010, 11:01
Avatar de C2am
C2am
 
Fecha de Ingreso: enero-2009
Ubicación: Rosario, Argentina
Mensajes: 2.005
Antigüedad: 15 años, 3 meses
Puntos: 306
Respuesta: Ayuda con css

¿leftcol no será rightcol?, jaja
bueno a lo que vinimos:
Código CSS:
Ver original
  1. <style type="text/css">
  2. <style type="text/css">
  3. <!--
  4. #ttcontainer {
  5.   background: #000;
  6.   position:relative
  7.   top: 0px;
  8.   left: 0px;
  9.   width: 980px;
  10.   height: 147px;
  11. }
  12.  
  13. #image
  14. {
  15.   float:left;
  16.   background: #041B7E;
  17.   width: 320px;
  18.   height: 147px;
  19. }
  20.  
  21.  
  22. #header {
  23.     float:left;
  24.   background: #0f0;
  25.   width: 560px;
  26.   height: 40px;
  27. }
  28. #leftcol {
  29.   background: #f00;
  30.   float:right;
  31.   width: 100px;
  32.   height: 40px;
  33. }
  34.  
  35. #content {
  36.     background: #169136;
  37.     width: 660px;
  38.     height: 107px;
  39.     float: left;
  40. }
  41.  
  42. -->
  43. </style>
__________________
El mundo nada puede contra un hombre que canta en la miseria.
-- Ernesto Sábato--