Page 1 of 1

CSS menu underline text on mousehover?

Posted: Tue Oct 13, 2020 8:26 pm
by smile
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.

Re: CSS menu underline text on mousehover?

Posted: Tue Oct 13, 2020 8:28 pm
by Pablo
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.

Re: CSS menu underline text on mousehover?

Posted: Tue Oct 13, 2020 8:33 pm
by smile
these effects are very nice :) how are they made?
I meant simple text underline.

Re: CSS menu underline text on mousehover?

Posted: Tue Oct 13, 2020 8:52 pm
by smile
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?

Posted: Wed Oct 14, 2020 5:23 am
by wwonderfull
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?
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.

Re: CSS menu underline text on mousehover?

Posted: Wed Oct 14, 2020 6:08 am
by smile
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?
Image

Re: CSS menu underline text on mousehover?

Posted: Wed Oct 14, 2020 6:27 am
by Pablo
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.

Re: CSS menu underline text on mousehover?

Posted: Wed Oct 14, 2020 1:21 pm
by smile
"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.

Re: CSS menu underline text on mousehover?

Posted: Wed Oct 14, 2020 1:38 pm
by Pablo
You mean <BR> implementation? When it will be available then?
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,.
It's crazy that I can't use sutch advanced program to make simple menu I made with plain CSS in year 2004.
There are several other menus that support underline on hover functionality. For example the menu bar or text menu.

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.