XF 1.2 Icons to menu

To Navigation Tabs .. :)
Btw This = http://xenforo.com/community/resources/add-an-image-to-individual-navigation-tabs.428/
Not working for me ... (Icons not showing :(..)

Works fine for me. Ensure you have input the correct path to the image and your using the correct styles extra.css.

I used this (brogans code in the thread that is linked to).

Code:
.navTabs .publicTabs .navTab.forums:before {
content: url('@imagePath/xenforo/icons/admin_markup.png');
display: inline;
vertical-align: middle;
float: left;
padding-left: 4px;
padding-top: 4px;
}

and output is as follows Screenshot_6.webp
 
Top Bottom