teitbite wrote:Hi
Please show me how You've done is so far. I would use a css for this matter too.
Hi,
thanks for your reply. Here is how I tried. 102 is the menu-id of the specific menu-item called "ZAUS":
in menu.gkmenu.css:
div.gk-menu > ul.first-child >li.item102 a {
background: url(../images/envir.png) 0 0 no-repeat; height: 54px;
}
and in menu.css:
#gkMainMenu > div > ul > li.active.item102 {
background: url(../images/envir.png) 0 0 no-repeat;
}
and
#gkMainMenu li.item102 a {
background: url(../images/envir.png) 0 0 no-repeat; height: 54px;
}