Hello, on CSS menu underline text on mousehover is possible?
I tried to create style in style manager and assign it using events onmouseover self setstyle.
But it does not work.
CSS menu underline text on mousehover?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: CSS menu underline text on mousehover?
Do you mean this?
https://www.wysiwygwebbuilder.com/suppo ... tions.html
You will find these in the 'transitions' menu.
Note that styles only work on basic elements. A CSS menu is a combination of several different HTML elements.
https://www.wysiwygwebbuilder.com/suppo ... tions.html
You will find these in the 'transitions' menu.
Note that styles only work on basic elements. A CSS menu is a combination of several different HTML elements.
Re: CSS menu underline text on mousehover?
these effects are very nice
how are they made?
I meant simple text underline.

I meant simple text underline.
Re: CSS menu underline text on mousehover?
Why <Br> inside menu item name (text) is not understood as brake like in dreamweaver ?
How to force text be on two rows then?
How to force text be on two rows then?
- wwonderfull
-
- Posts: 1603
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: CSS menu underline text on mousehover?
That is a good point you have there. Some times when the menu is too long people use mega menus or layer menus or others or other options. But in that case specifically for CSS menu your point is correct.smile wrote: Tue Oct 13, 2020 8:52 pm Why <Br> inside menu item name (text) is not understood as brake like in dreamweaver ?
How to force text be on two rows then?
Re: CSS menu underline text on mousehover?
It's logical to have CSS menu allow text effects like underline not only background.
Also regarding <BR> should be understood everywhere in wysiwyg builder like break on new line, like it should be.
"Note that styles only work on basic elements. A CSS menu is a combination of several different HTML elements."
But menu item allows for event to be set, why if it does not work?

Also regarding <BR> should be understood everywhere in wysiwyg builder like break on new line, like it should be.
"Note that styles only work on basic elements. A CSS menu is a combination of several different HTML elements."
But menu item allows for event to be set, why if it does not work?

Re: CSS menu underline text on mousehover?
This functionality has not been request before, so that is why it's not available at the moment.
Set style does not work, because it makes not sense in this case. The style will be applied to the menu's container. So, it will have no effect on individually menu items.
Set style does not work, because it makes not sense in this case. The style will be applied to the menu's container. So, it will have no effect on individually menu items.
Re: CSS menu underline text on mousehover?
"This functionality has not been request before, so that is why it's not available at the moment."
You mean <BR> implementation? When it will be available then?
"Set style does not work, because it makes not sense in this case. The style will be applied to the menu's container. So, it will have no effect on individually menu items."
Well then at least test effects like underline available in CSS menu text config tab.
It's crazy that I can't use sutch advanced program to make simple menu I made with plain CSS in year 2004.
You mean <BR> implementation? When it will be available then?
"Set style does not work, because it makes not sense in this case. The style will be applied to the menu's container. So, it will have no effect on individually menu items."
Well then at least test effects like underline available in CSS menu text config tab.
It's crazy that I can't use sutch advanced program to make simple menu I made with plain CSS in year 2004.
Re: CSS menu underline text on mousehover?
Both. Users can post suggestion in the 'Suggestions' section of this forum. if more users find it useful then I will consider it for future development,.You mean <BR> implementation? When it will be available then?
There are several other menus that support underline on hover functionality. For example the menu bar or text menu.It's crazy that I can't use sutch advanced program to make simple menu I made with plain CSS in year 2004.
Note that I do receive hundreds of suggestions. This has never been requested so that is why I have invested my time implemented other features.