Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/12/2007, 00:08
_rob
 
Fecha de Ingreso: febrero-2005
Mensajes: 215
Antigüedad: 19 años, 3 meses
Puntos: 1
alinear imagen al fondo

hola necesito ayuda,
tengo este png que quiero que se pegue al fondo, solo en ie6 no funciona
he aqui una imagen de como se mira



y aqui el codigo que tengo....

Código:
<div id="articles"
<div class="arts">
    <div class="one">
      <img src="images/artov01.png" alt="" width="173" height="117" />
    </div>
    <div class="onebot">
      Aenean fermentum risus eget nunc. Cras hendrerit pede nec
      <p align="center"><a href="#">blum sociis natoquebla</a></p>
    </div>
</div>


#content #articles {
	margin-top: 20px;
}
#content #articles .one {
	width: 174px;
	background-image: url(../images/one.jpg);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	vertical-align: bottom;
	bottom: 0;
}
html>body #content #articles .one {
	width: 174px;
	background-image: url(../images/one.jpg);
	background-repeat: no-repeat;
	background-position: 6px bottom;
}
#content #articles .onebot {
	background-image: url(../images/artdow01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 156px;
	padding: 0 9px 0 9px;
	line-height: 1.4em;
	font-size: 1.1em;
}
#content #articles .arts {
	width: 174px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content #articles .arts a {
	font-size: 1.1em;
}
alguien me puede ayudar?
muchas gracias!