Re: Drop-Down Menu Customisation
Posted: Fri Apr 21, 2006 10:39 pm
BTW i found something out today about the CSS menu arrows, this line was changed by me and now it works on my regular CSS menus,,
#primary-nav ul li .menuparent, #primary-nav ul li .menuparent:hover, #primary-nav ul li .amenuparent {
background-image: url(modules/CSSMenu/images/arrow.gif);
background-position: center right;
background-repeat: no-repeat;
}
notice the space, li .m it makes my arrows show up
mark
#primary-nav ul li .menuparent, #primary-nav ul li .menuparent:hover, #primary-nav ul li .amenuparent {
background-image: url(modules/CSSMenu/images/arrow.gif);
background-position: center right;
background-repeat: no-repeat;
}
notice the space, li .m it makes my arrows show up
mark