Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2007, 22:25
Avatar de Gurrutello
Gurrutello
 
Fecha de Ingreso: enero-2002
Ubicación: Ontario,Toronto [Canada]
Mensajes: 2.017
Antigüedad: 22 años, 3 meses
Puntos: 6
Re: Ayuda con alineación de DIVs

hola
prueba
Código PHP:
<style type="text/css">
body {
   
margin0;
    
padding0;
   
background-color#FFFFFF;
    
font-family:  "Arial",Trebuchet MSLucida GrandeTahomaVerdanaHelveticasans-serif;
    
font-size12px;
   
text-align:left;

#contenedorGral {
   
text-align:left;
   
position:relative;
   
width784px;
   
margin:left;
   
overflowauto;
   
background:#FFFF00;
}
#Cabezal{
   
width772px;
   
background-colorBlue;
}
#CabezalIzq{
position:relative;
float:left;
   
width258px;
   
background-colorFuchsia;
}
#CabezalDer{
postion:relative;
float:right;
   
width510px;
  
   
background-colorRed;
}
</
style
Por los menos en explorer funciona
saludos
__________________
Un Saludo
www.tutores.org
Asp | Php | Javascript | Perl | Coldfusion | Flash | +- 2000 codigos

Última edición por Gurrutello; 14/02/2007 a las 22:43