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:
alguien me puede ayudar?<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; }
muchas gracias!