CodeIgniter Forums
One smart problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: One smart problem (/showthread.php?tid=49344)



One smart problem - El Forum - 02-16-2012

[eluser]Unknown[/eluser]
I have implemented Flexi-Grid, when I hit on retrieve the records come up. I want to add functionality as follows, If I do mouseover on the table data i.e <td>, I should get a small popup attached to <td> which in turn will have a table and data.

Now the problem is the <td> popup comes up, but not on grid(attached to <td>) but on the top of grid.

Has anyone tried this before, you can have same example at yatra.com(Fare Summary) though they didn't use any grid.

I use IE7, create Grid using scriplet.

Please add some inputs.
Many Thanks in advance ...


One smart problem - El Forum - 02-16-2012

[eluser]InsiteFX[/eluser]
Upgrade your IE! IE 7 was bug ridden..

But your problem is css z-index and positioning.