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:.
[SOLVED] bmenu -> menu styler
[SOLVED] bmenu -> menu styler
Last edited by Quinze on Tue Apr 15, 2008 11:33 pm, edited 1 time in total.
Re: bmenu -> menu styler
This means that there can be some styling issues when you have stylesheet declarations like:
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:
But the main message, don't bother too much unless it is needed.
Good luck!
Code: Select all
a:hover{background-color:green}
To be absolute sure that the :hover will not cause trouble define this like:
Code: Select all
div#content a:hoveer{background-color:green}
Good luck!
Re: bmenu -> menu styler
thanks for your reply
i have test bmenu and i have no problem with :hover
thx
.:xv:.
i have test bmenu and i have no problem with :hover
thx
.:xv:.