Welcome Guest, Not a member yet? Register   Sign In
how to display horizontal scroll bar in anchor_popup
#1

[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




Theme © iAndrew 2016 - Forum software by © MyBB