Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Oct 5, 2012, 07:06 AM
gnosis
173 posts · May 2010
Please be more specific.
#4
Oct 5, 2012, 08:03 AM
rosetrees
108 posts · Mar 2009
This is how I did it.
Go to menus_menu1.css (or menu2 if you are using that instead).
Comment out (or delete) the whole of this section. The code below is the commented out version.
/* The <i> tag are inserted with Javascript.
The <i> tags allows adding background images from a "sprite" image =
background-image with */
/*#menu1 > li > a > i {
display: block;
width: 24px;
height: 24px;
margin: 0 auto 5px auto;
background: transparent url(%tpldir%/images/menu-icons-0090d3.png) 0 0 no-repeat;
}
#menu1 > li:hover > a > i {
background: transparent url(%tpldir%/images/menu-icons-0090d3.png) -24px 0 no-repeat; */
}