CodeIgniter Forums
how to display horizontal scroll bar in anchor_popup - 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: how to display horizontal scroll bar in anchor_popup (/showthread.php?tid=27651)



how to display horizontal scroll bar in anchor_popup - El Forum - 02-17-2010

[eluser]max123[/eluser]
I want to display horizontal scroll bar in anchor_poup window when the screen size is reduced by the user. But it doesn't display.This is my coding
Code:
$option = array(    'class'        => 'Main_Links',
                                    'style'        => 'font-weight:bold;color:#112244;',
                                    'width'        => '660',
                                    'height'    => '500',
                                    'status'    => 'no',
                                    'resizable'    => 'yes',
                                    'scrollbars' => 'yes',
                                    'screenx'    => '200',
                                    'screeny'    => '150' );

What might be the reason