Código CSS:
Ver original
#dos{ width:50%; display:inline-block; height:50%; /*background-color:green;*/ overflow:hidden; } #imagen2{ width:100%; height:100%; } #ticker2 { height:5.5%; border: 1px solid #666; background: #DDD; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #333; font: 13px/16px Arial,Verdana,sans-serif; padding: 3px 7px; width: 97.5%; } #ticker2 .divider { padding: 0 4px; } #ticker2 a, #ticker2 a:visited { color:#993300; text-decoration: none; } #ticker2 a:hover { color: #930; }
Código HTML:
Ver original