Tema: Imagen unida
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/01/2008, 14:11
juandedios
 
Fecha de Ingreso: mayo-2003
Ubicación: Lima
Mensajes: 967
Antigüedad: 20 años, 11 meses
Puntos: 8
Re: Imagen unida

lo que eh hecho esta asi:
Código PHP:
<div style = "height: 30px">        
<div id = 'ContentPag'>
<span class = 'PagLeft'></span>
<?php echo $anc?>
<span class = 'PagRight'></span>
</div>
</div>
Se ve bien, pero el del lado izquiero me aparece centrado en vez de salirme a la izquierda.
Aquí esta la parte del CSS
Código PHP:
.PagLeft {
    
positionabsolute;
    
backgroundurl(../img/imgPaginacionLeft.jpgno-repeat;
    
width140px;
    
height30px;
}

.
PagRight {
    
positionabsolute;
    
backgroundurl(../img/imgPaginacionRight.jpgno-repeat;
    
width100px;
    
height30px;
}

#ContentPag {
    
positionrelative;
    
backgroundurl(../img/imgPaginacionFill.jpg);
    
height30px;

__________________
El aprendiz.