Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/02/2012, 19:31
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: No doy con la combinación

Y si, se ve bastante mal, ademas si vas a resoluciones de 1024 x 768 empeora

Basicamente la solución es dar float:right a tus divs y despues jugar con los márgenes y algún padding

Fijate asi

Código HTML:
Ver original
  1. <!DOCTYPE html>
  2.     <meta charset="utf-8">
  3.     <title>Consultoria de Comercio electrónico</title>  
  4.     <link rel=stylesheet href="estilos/estiloscss3.css" type="text/css" media=screen>
  5.  
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. /* Hoja de estilo Principal*/
  9.  
  10.        body {background-color:whitesmoke;}
  11.        
  12. header { float:right;position:relative; display:block; width:960px; height:auto; margin-right:150px; text-align: right;text-shadow: 2px 2px 2px #000; z-index:9998; background:url(/global/nav/images/globalheader.png) repeat-x;
  13.     -khtml-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
  14.     -khtml-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -ms-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -o-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; box-shadow:rgba(0,0,0,0.3) 0 1px 2px;
  15.     }
  16.          
  17. #circulo {float:right;width:300px; height:300px;text-shadow: 2px 2px 2px #000; z-index:9998; background:red;
  18.     -khtml-border-radius:150px; -ms-border-radius:150px; -o-border-radius:150px; -moz-border-radius:150px; -webkit-border-radius:150px; border-radius:150px;
  19.     -khtml-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -ms-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -o-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; box-shadow:rgba(0,0,0,0.3) 0 1px 2px;
  20.     }
  21.  
  22. #H1 {float:right; font-size: 50px;padding: 0px;margin-bottom:0px;margin-right: 20px;font-weight:normal; color: darkred;font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;}
  23. #H1a {float:right; font-size: 30px;padding: 0px;margin-top:-80px;margin-right: 20px;font-weight:normal; color: darkblue;font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;}
  24.  
  25.  
  26. /*]]>*/
  27.    
  28.  </head>
  29.  
  30.         <header>
  31.             <div id="circulo">
  32.                 <div id="H1"><h1>Economistas<br/></div>
  33.                 <div id="H1a"><a>Consultores</a></h1></div>
  34.             </div>
  35.         </header>
  36.         <div style="display:clear: both;"><!-- fix --></div>
  37.            
  38. </body>
  39. </html>

Bueno, es una aproximación, se le pueden hacer mejoras y simplificar el css, tambien reduje un poco el tamaño de la fuente, en 1024x768 y 1440x900 se ve bien (si es que entendí tu idea)
Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.