Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ramakrishna on Aug 04, 2008 06:31
open dhtmlx forum
DHTMLX Menu : Customize the menu display style.

Hi,
I want to change the default style of DHTMLX menu.
I want to change it to something like white with black separators.
How to do this ?
Answer posted by Support on Aug 04, 2008 07:28

You can change related styles in dhtmlxgrid.css, next css class control look of separators

/*devider - horizontal*/
.menuDivider {
 background-color : #D4D0C8;
 border-left : solid #808080 1px;
 border-right : solid #FFFFFF 1px;
 height : 100%;
 margin-bottom : 2px;
 margin-top : 1px;
 overflow : hidden;
 vertical-align : middle;
 width : 2px;
}