Re: [OpenLayers-Users] full screen mode and other html objects

2010-06-21 Thread jrom
HI Imran, Perhaps you should try to force the z-index of your "table" div in the css to a high value to be sure that it is always rendered on top Id est, in the css file you should add something like this : #table {z-index:2;} Best regards On Mon, Jun 21, 2010 at 9:19 AM, Imran Rajjad wrot

[OpenLayers-Users] full screen mode and other html objects

2010-06-21 Thread Imran Rajjad
Hi, I`m trying to make a full screen map. the problem I am facing is that open layers is rendering the tiles over my html content which is outside the map div. I have set the fallthrough=false but I think that is related to events . my html code: