Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS :after and/or :before pseudo-class not working properly Re: :after and/or :before pseudo-class not working properly

#98456

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;
}