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

#84362
OniLinkCR
Member

You need to declare the LI as relative and then use the after as absolute and use positioning to place it.



#nav li {position:relative;}

#nav li:after {position:absolute; content:''; top:yourvalies; left:yourvalues; background:"url" height:"valeue"; width:"value";