Kleines Beispiel:
Code:
<
html>
<style type="text/css">
h2:after{content:" ";background-image:
url([
url]http://www.delphipraxis.net/images/smiles/icon_sad.gif[/
url]); display:block; width:15px; height:15px; background-repeat:no-repeat;}
</style>
<body>
<h2>Hallo</h2>
</body>
</
html>
Direkt im content das img Tag zu verwenden geht nicht. Ich hab das ganze nur im Firefox getestet. Ob das auch im IE funktioniert weiß ich nicht.