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
Drop-Down Menu Customisation
Re: Drop-Down Menu Customisation
OMG! Thanks! i just implemented it, and IT WORKS!maksbud wrote: 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
Re: Drop-Down Menu Customisation
just one compatibility issue i just discovered in Opera.
The bottom border isnt white, its actually gray, but when you hover over one of the images the border beneath the image turns white.
The bottom border isnt white, its actually gray, but when you hover over one of the images the border beneath the image turns white.