HI
In the mystore template the bullets listed as "li-bullet-hover.png" are not showing.
this is the code form the template...
/* Module VM Categories */
#gk-container .mainlevel,
#gk-container .sublevel { background:url('../../images/li-bullet.png') no-repeat 0 11px; border-bottom:1px dotted #ddd; line-height:2.4; padding-left:8px; }
#gk-container a:hover.mainlevel,
#gk-container a:hover.sublevel { background: url('../../images/li-bullet-hover.png') no-repeat 0 11px; text-decoration: none }
#gk-container .sublevel { background-position: 11px 11px; border-left: 1px dotted #fff; border-right: 1px dotted #fff; margin: 1px 0 0 15px }
#gk-container a:hover.sublevel { background-position: 11px 11px; }
Is there something else needed to make them appear?
thanks
biggss