Hi:
I need some guidance to be able to setup cb content module to shown similar to the image at the docs. I have tried two methods. One including the css code at my site template.css and the other by creating a css file for the module and using
[code:1]JHTML::«»stylesheet('mod_cbcontent.css', JURI::base() . '/modules/mod_cbcontent/css/');[/code:1]
None is working. The code I am using is
[code:1] .module ul.cbMenuULlist li.cbMenu_UE_MENU_VIEWMYPROFILE a { background:url(../images/cbicons.gif) repeat-y 0 0; display:block; }
.module ul.cbMenuULlist li.cbMenu_UE_MENU_VIEWMYPROFILE a:hover { background:#d8dfea url(../images/cbicons.gif) repeat-y 0px -100px; }
[/code:1]
Any help will be appreciated. The module is showing just bullets. Sorry can't attach more than one file.
p.d.
Posted here as I dont find a forum for the module discussion.
Post edited by: latino, at: 2011/01/06 04:22
Post edited by: latino, at: 2011/01/06 04:24