Home › Forums › CSS › :after and/or :before pseudo-class not working properly › Re: :after and/or :before pseudo-class not working properly
March 8, 2012 at 2:18 am
#98456
Member
Use this snippet instead, and then position accordingly:
#middle:after {
content: '';
background: url("http://dl.dropbox.com/u/1132280/Sitios/Proyecto_Ferreteria/img/eskinarara.png") no-repeat;
position: absolute;
top: 100px;
width: 500px;
height: 300px;
}