LORDEAGLE
said to spainshkid 0n
2015-10-07 13:01
Just I said above mine was not done using css but the css below will produce same result and will even work when javascript is turnd off in a browser.
See Demo @ http://eaglenet.xtgem.com/forum/Tst
This will work in all modern/major browsers apart from uc browser.
<style>
a[href*="/u/"]:after{
content:url(http://eaglenet.xtgem.com/forum/icon/Mem.png);}
a[href*="u/netzy"]:after{
content:url(http://nellwap.xtgem.com/Wapmasta/My_Tools/admin.png);}
</style>
Copy code
a[href*="/u/"]:after{
content:url(http://eaglenet.xtgem.com/forum/icon/Mem.png);}
a[href*="u/netzy"]:after{
content:url(http://nellwap.xtgem.com/Wapmasta/My_Tools/admin.png);}
</style>
Copy code
See Demo @ http://eaglenet.xtgem.com/forum/Tst
This will work in all modern/major browsers apart from uc browser.
(Edited by 2015-10-07 13:41 Lordeagle )
-
·
- rated(0)