[SOLVED] bmenu -> menu styler

General project discussion. NOT for help questions.
Post Reply
Quinze
New Member
New Member
Posts: 4
Joined: Mon Apr 14, 2008 5:13 pm

[SOLVED] bmenu -> menu styler

Post by Quinze »

hi i'm newbie with cmcms and i need your help

i'm trying bmenu module and to use it in the documention i read this :

          ------>  Disable global :hover class for all links

i would like to know how to do this.

thanks you for your help

.:xv:.
Last edited by Quinze on Tue Apr 15, 2008 11:33 pm, edited 1 time in total.
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am

Re: bmenu -> menu styler

Post by bterkuile »

This means that there can be some styling issues when you have stylesheet declarations like:

Code: Select all

a:hover{background-color:green}
But I am not sure if this really will cause trouble in the current version. It should be tested.
To be absolute sure that the :hover will not cause trouble define this like:

Code: Select all

div#content a:hoveer{background-color:green}
But the main message, don't bother too much unless it is needed.

Good luck!
Quinze
New Member
New Member
Posts: 4
Joined: Mon Apr 14, 2008 5:13 pm

Re: bmenu -> menu styler

Post by Quinze »

thanks for your reply

i have test bmenu and i have no problem with :hover

thx

.:xv:.
Quinze
New Member
New Member
Posts: 4
Joined: Mon Apr 14, 2008 5:13 pm

[SOLVED] Re: bmenu -> menu styler

Post by Quinze »

;D
Post Reply

Return to “General Discussion”