Trying to figure out why header menu doesn't appear on right

Hi,

I seem to have encountered the same problem Danny was having:
dhtmlx.com/docs/products/kb/ … mal&q=3928

I have the pro version but try as I might, I cannot get the context menu to appear.
I have previously got it working, but on a different page.

Here’s a snippet of my code:




.dhx_header_cmenu{
background-color:#ffffff;
border:2px outset silver;
z-index:2;
text-align:left;
}

.dhx_header_cmenu_item{
white-space:nowrap;
vertical-align:middle; padding-left: 5px;
}       
                                                 



<script  src=“dxs/dhtmlxGrid/codebase/dhtmlxgrid.js”>
<script  src=“dxs/dhtmlxGrid/codebase/ext/dhtmlxgrid_hmenu.js”>
<script  src=“dxs/dhtmlxGrid/codebase/dhtmlxgridcell.js”>
<script  src=“dxs/dhtmlxGrid/codebase/excells/dhtmlxgrid_excell_ra_str.js”>
 






The xml I’m loading seems to display with no problems.

Any idea what’s going on? I’m on WinXP SP2 + Firefox 3 but it also doesn’t seem to work in IE7 either (at least in this case - it has worked previously for me but I don’t know what I’ve done differently!)

Thanks in advance for your help :slight_smile:

-Damian.

The sample with the same code works correctly locally ( sent by email )
The main reason of problem may be problem with z-index - if you have grid placed in some container with z-index greater than z-index of header menu it will be invisible.
There is no any other known reason of problem.

If problem still occurs for you - please try to use dhtmlxgrid_hmenu.js from provided sample.