Page 6 of 6

Re: Drop-Down Menu Customisation

Posted: Fri Apr 21, 2006 10:39 pm
by Dr.CSS
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

Posted: Fri Apr 21, 2006 11:07 pm
by tmhai
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
OMG! Thanks! i just implemented it, and IT WORKS!

Re: Drop-Down Menu Customisation

Posted: Mon Apr 24, 2006 4:03 am
by tmhai
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.