![]() |
Anchor Popup dont work fine in IE - 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: Anchor Popup dont work fine in IE (/showthread.php?tid=37563) |
Anchor Popup dont work fine in IE - El Forum - 01-13-2011 [eluser]huesoamz[/eluser] In controller I have this: Code: $page['atts']= array( And in the view: Code: echo anchor_popup('login/index', 'Login', $atts); In FF works fine...but in IE the popup dont center at screen, appears a little moved to left... Any know HOW CENTER POPUP in any resulotions with CI ? tks Anchor Popup dont work fine in IE - El Forum - 01-14-2011 [eluser]Gerep[/eluser] I think it's better for you to add a ID to that Pop Up and stylize it with CSS, much better than CodeIgniter. You'll find thousands of CSS code about centering objects.....and IE sucks =) Anchor Popup dont work fine in IE - El Forum - 01-14-2011 [eluser]huesoamz[/eluser] tks, anyway i make a function add .js and use the natural html form...<a href="[removed]void(0);">popup </a> I dont understand why ever that I planted a question...ever...ever the solucion is : "DONT USE CODEIGNITER" :S Regards |