Drop-Down Menu Customisation

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Drop-Down Menu Customisation

Post 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
tmhai

Re: Drop-Down Menu Customisation

Post 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!
tmhai

Re: Drop-Down Menu Customisation

Post 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.
Locked

Return to “Layout and Design (CSS & HTML)”