![]() |
flexigrid problem in an iframe - 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: flexigrid problem in an iframe (/showthread.php?tid=21863) |
flexigrid problem in an iframe - El Forum - 08-23-2009 [eluser]Unknown[/eluser] I've got a dialog box I'm displaying with a flexigrid table inside. The dialog comes up ok, but the flexigrid table does not appear correctly - I'm sure it's a css problem, but cannot figure it out for the life of me and I need to get this up and running today! have a link here to demonstrate - click on Concession Stand,then the volunteer button: http://www.pvifootball.com/test/ Here is how I am calling my iframe: Code: $('<iframe name="popup" src="' + url + '" >').addClass("flora").dialog({ my flexigrid is pretty straightforward: Code: $(document).ready(function(){ |