Ver Mensaje Individual
  #17 (permalink)  
Antiguo 06/02/2014, 15:31
jmb0286
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problema de Diseño

Siguiendo en esta dirección: http://camaradellibro.net78.net.

Código CSS:
Ver original
  1. <!--Inicio: CSS y JS: Estilos para Contenedor-->
  2.     <style type="text/css">        
  3.         /* Inicio: Estilos para colright*/
  4.         #ctotxl{ /* Id="ctotxl" = Contenido Textual */
  5.             border: 1px solid #00664C;
  6.             background-color: #F7F7F7;
  7.             height: 165px;
  8.             margin: 20px 20px 0px 20px;
  9.             }
  10.         #ctotxl:hover{
  11.             background-color: #FFFFFF;
  12.             }      
  13.         #ctotxl img{           
  14.             float: left;
  15.             height: 120px;
  16.             margin: 20px;      
  17.             width: 120px;
  18.             }
  19.         #ctotxl h3{
  20.             font-family: Arial, Tahoma, Sans-serif;
  21.             font-size: 20px;
  22.             margin: 20px 20px 0px 0px;
  23.             }  
  24.         #ctotxl p{
  25.             border: 1px solid #00664C;
  26.             font-family: Arial, Tahoma, Sans-serif;
  27.             font-size: 12px;
  28.             height: auto;
  29.             margin: 20px 20px 0px 0px;
  30.             width: 450px;
  31.             }
  32.         #ctotxl p.mas{
  33.             float: right;
  34.             font: 11px #73DCFF Arial;          
  35.             margin: 11.5px 20px;
  36.             width: auto;
  37.             }
  38.         #ctotxl p.mas:hover{
  39.             color: #D8DFEA;
  40.             cursor: pointer;
  41.             }
  42.     </style>
  43.     <!--Fin: CSS y JS: Estilos para Contenedor-->

Pueden decir porque el div id="ctotxl", cuando aplico margin:"20px" no se aplica en el borde derecho.

Última edición por jmb0286; 06/02/2014 a las 15:54