:: Forum >>

grid overlaps popup div in ie

Hi All,

I am using this grid, on click of one of the cell I am opening a pop up div (not a window pop up). but in ie the pop up goes behind the grid. I tried z-index property but no success can any body help me in this case
sameer
Saturday, June 21, 2008
You may need to post some code.
Anthony
Saturday, June 21, 2008
When using z-index don't forget to set position to 'relative' or 'absolute'. Also in some browsers the difference in z-index is only taken into account between sibling nodes, so you may need to set z-index of the popup parent or insert popup directly into the body element.
Alex (ActiveWidgets)
Saturday, June 21, 2008
hey thanks for quick reply guys

well i found the solution its simple use that grid in iframe thats it.
sameer
Monday, June 23, 2008
hi guys simply z-index also solves the problem i had some different structure thats why there was some problem in it. Now its done
Monday, June 23, 2008

This topic is archived.


Back to support forum

Forum search