Forums

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

Home Forums CSS Image with :after issue Re: Image with :after issue

#84352
Nigel
Member
#nav li:after{
background : url(../images/bon-end.png) no-repeat;
content : "";
}

 

The li tag already has a defined height and width. I tried setting a height/width in the after but it did nothing.