Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gigi on Apr 29, 2009 04:22
open dhtmlx forum
header menu and paging

Hi,

I am using pagination tool bar in my dhtml grid.Also i have done header menu .
When iview in IE 6, the header menu items go under the paging toolbar's "page number "combo and "no of rows per page" combo
Can you provide a solution?


Regards
Gigi
Answer posted by Alex (support) on Apr 29, 2009 08:38

Hello,

Please, try to increase z-index of the header menu:

<link rel="STYLESHEET" type="text/css" href="../../codebase/dhtmlxgrid.css">

<style> 

.dhx_header_cmenu{
 z-index:9999 !important;

}
</style>