Page 1 of 1

Menu bar vs CSS menu

Posted: Thu Sep 01, 2022 3:30 pm
by dannac
What is the difference please ?

Re: Menu bar vs CSS menu

Posted: Thu Sep 01, 2022 3:44 pm
by Pablo
The menubar is a JavaScript based menu. It has support for 'themes'.
The CSS menu uses CSS only.

Re: Menu bar vs CSS menu

Posted: Thu Sep 01, 2022 4:19 pm
by dannac
Pablo wrote: Thu Sep 01, 2022 3:44 pm The menubar is a JavaScript based menu. It has support for 'themes'.
The CSS menu uses CSS only.
Thanks

,,,, brief explain please when one used vs the other.

... or maybe what should an inexperienced web page builder use ?

Re: Menu bar vs CSS menu

Posted: Thu Sep 01, 2022 4:30 pm
by crispy68
maybe what should an inexperienced web page builder use
It's a matter of choice. Which one gives you the look and functionality that you want? Go with the one that does.

Re: Menu bar vs CSS menu

Posted: Thu Sep 01, 2022 5:20 pm
by dannac
Thanks

Re: Menu bar vs CSS menu

Posted: Fri Sep 02, 2022 1:18 am
by wwonderfull
Css menu are lightweight and doesn't depend on js I would personally prefer it some how as it uses no JavaScript and makes the page load faster. Less javascript is better for any webpage. Still I would say it is a matter of personal use, functionality, style, theming and choice.

Re: Menu bar vs CSS menu

Posted: Fri Sep 02, 2022 1:44 am
by wwonderfull
Pablo wrote: Thu Sep 01, 2022 3:44 pm The menubar is a JavaScript based menu. It has support for 'themes'.
The CSS menu uses CSS only.
One thing @pablo can the css menu have themeable menu like feature where we can put an image on the left side like a logo inside of the css menu.

Re: Menu bar vs CSS menu

Posted: Sun Sep 11, 2022 10:00 pm
by dannac
wwonderfull wrote: Fri Sep 02, 2022 1:18 am Css menu are lightweight and doesn't depend on js I would personally prefer it some how as it uses no JavaScript and makes the page load faster. Less javascript is better for any webpage. Still I would say it is a matter of personal use, functionality, style, theming and choice.
Thanks for your reply.