Thank you for your reply. : )
I run into another problem and cant figure out whats wrong with my code.
I have a menu something like this:
[ text1 ] [ text2 ] [ text3 ] [ X text4 ]
X is where I want to add an icon.
The code I'm using is this:
#{$id} LI.ux-menu-item166
{
background-image:url(
iamdifferent.tj/themes/different/images/search.gif);
background-repeat: no-repeat;
background-position: left center;
width: 210px;
}
Yet for some reason the icon wont show - although I have enough space for that small icon.