zq29 Posted May 18, 2006 Share Posted May 18, 2006 I'm opening a new window and require it to fill the entire screen, currently I have this:[code]window.open('file.php','','fullscreen=yes,scrollbars=no');[/code]I am getting a fullscreen window, but I still have an inactive vertical scrollbar - I just can't get rid of the thing! Does anyone have any suggestions?NOTE: This is not for a live public application, I'm not trying to be annoying for the users - There are none! I'm wanting to display a project on a plasma screen without all the browser bits. Link to comment https://forums.phpfreaks.com/topic/9910-new-fullscreen-window-cant-get-rid-of-vertical-scrollbar/ Share on other sites More sharing options...
zq29 Posted May 18, 2006 Author Share Posted May 18, 2006 Ok, I came up with a workaround - I just used some CSS to recolour the scrollbar to the same as the background. Link to comment https://forums.phpfreaks.com/topic/9910-new-fullscreen-window-cant-get-rid-of-vertical-scrollbar/#findComment-36845 Share on other sites More sharing options...
GBS Posted May 18, 2006 Share Posted May 18, 2006 Hi SA,,maybe an other way,, in CSS, use the 'overflow' property,, do by example:....overflow: auto;overflow-y: hidden;}l8tr,, Link to comment https://forums.phpfreaks.com/topic/9910-new-fullscreen-window-cant-get-rid-of-vertical-scrollbar/#findComment-37026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.