Hi, how did you implement the CB menu? I assume, substitution of the tab in a CB Content Module... The links show up automaticly... the same should apply to the icons?! Maybe "krileon" can check this out? I don´t use CBconnect, yet.
Do you substitute the menu-tab?
OR
Did you build the menu links manually? (I did it this way)
Your code output seems right, but there are no CSS for the missing images in your file. It loads the CSS from your main template.css file!
www.YourDomain.com/templates/gtvb/css/template.css
See all menu related lines at the bottom of that file.
Manual solution:
You might duplicate 2 lines of the existing ones! Easier, because all icons are in 1 big image file. Take the lines with the most suitable icons...
Example with Statistics icons, first line is the initial image. Second line is the rollover image:
ul.cbMenuULlist li.cbMenu_
UE_STATISTICS a {background:url(images/mini-icons/cbicons.png) repeat-y 0px -5400px; display:block;}
ul.cbMenuULlist li.cbMenu_
UE_STATISTICS a:hover {background:#dee1e3 url(images/mini-icons/cbicons.png) repeat-y 0px -5500px;}
Replace the UPPERCASE part with your two new FB items. Which are named:
UE_MENU_FB_UNJOIN
UE_MENU_FB_INVITE
Do this for each of them!