jQuery UI Widgets › Forums › General Discussions › Navigation › Menu, Context Menu › Want to change color of menu Item
Tagged: click, color, hover, item, jqxMenu, Menu, select, selected
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 12 years ago.
Hi ,
I want to change the color of the menu Item background when user hover over the Item and also when he clicks the item.
Thanks Hemant.
Hello Hemant,
Add the following style to change the background colour of a hovered item:
<style type="text/css"> .jqx-menu-item-top-hover { background-color: Green; } </style>
As for selected item styling, please refer to the forum topic Change color of selected menu item for more information.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.