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. Quote Link to comment 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. Quote Link to comment 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,, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.