Forums

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

Home Forums CSS Image with :after issue Reply To: Image with :after issue

#282275
Manoj Sharma
Participant

I have just applied this CSS and its done

#nav li:after{ content: ”;
height: 30px;
width: 30px;
background: url(../images/thumb-pin.png) no-repeat;
position: absolute;
margin-left: -10px;
background-size: 21px;
margin-top: 6px;
}