Posted by Tomasz Chmielewski on 11/23/07 16:30
I have a part of a page which contains text links to other subpages:
<a href="subpage.html">Subpage</a>
Now, I'd like each link to contain a tiny image after each text:
<a href="subpage.html">Subpage<img src="arrow.png"></a>
Is it possible to do something similar with CSS only?
Something like:
a:after { content: blah_image }
Which would add an image after each link?
--
Tomasz Chmielewski
http://wpkg.org
Navigation:
[Reply to this message]
|