Page 1 of 1

[SOLVED] bmenu -> menu styler

Posted: Mon Apr 14, 2008 9:46 pm
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:.

Re: bmenu -> menu styler

Posted: Tue Apr 15, 2008 6:42 pm
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!

Re: bmenu -> menu styler

Posted: Tue Apr 15, 2008 11:31 pm
by Quinze
thanks for your reply

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

thx

.:xv:.

[SOLVED] Re: bmenu -> menu styler

Posted: Tue Apr 15, 2008 11:32 pm
by Quinze
;D