IE7, IE8 etc. IE has supported using F11 to toggle kiosk mode on and off and
all vestiges of the browser disappear --EXCEPT-- a vertical scroll bar on
the right. Is it possible to not display the vertical scrollbar? In any
circumstances?
|
|
0
|
|
|
|
Reply
|
Hillbilly
|
12/8/2009 12:10:02 AM |
|
F11 is full screen mode, not kiosk mode.
"How to use Kiosk Mode in Microsoft Internet Explorer"
http://support.microsoft.com/kb/154780
---
Leonard Grey
Errare humanum est
Hillbilly wrote:
> IE7, IE8 etc. IE has supported using F11 to toggle kiosk mode on and off
> and all vestiges of the browser disappear --EXCEPT-- a vertical scroll
> bar on the right. Is it possible to not display the vertical scrollbar?
> In any circumstances?
|
|
0
|
|
|
|
Reply
|
Leonard
|
12/8/2009 12:49:39 AM
|
|
Hi,
You need to modify your web page.
<body style=" overflow:hidden; background-color:#000000; margin:0;
padding:0px; height:100%" scroll="no" >
Note the depreciated attributes for Quirks browsers.
Tested in all browsers and versions.
You may like to make these rules !important.
Regards.
"Hillbilly" <nobody@nowhere.com> wrote in message
news:OHyTwr5dKHA.4112@TK2MSFTNGP06.phx.gbl...
> IE7, IE8 etc. IE has supported using F11 to toggle kiosk mode on and off
> and all vestiges of the browser disappear --EXCEPT-- a vertical scroll bar
> on the right. Is it possible to not display the vertical scrollbar? In any
> circumstances?
|
|
0
|
|
|
|
Reply
|
rob
|
12/8/2009 4:40:27 AM
|
|
Great thanks...
"rob^_^" <iecustomizer@hotmail.com> wrote in message
news:%231AZSC8dKHA.5156@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> You need to modify your web page.
>
> <body style=" overflow:hidden; background-color:#000000; margin:0;
> padding:0px; height:100%" scroll="no" >
>
>
> Note the depreciated attributes for Quirks browsers.
>
> Tested in all browsers and versions.
>
> You may like to make these rules !important.
>
> Regards.
>
> "Hillbilly" <nobody@nowhere.com> wrote in message
> news:OHyTwr5dKHA.4112@TK2MSFTNGP06.phx.gbl...
>> IE7, IE8 etc. IE has supported using F11 to toggle kiosk mode on and off
>> and all vestiges of the browser disappear --EXCEPT-- a vertical scroll
>> bar on the right. Is it possible to not display the vertical scrollbar?
>> In any circumstances?
>
|
|
0
|
|
|
|
Reply
|
Hillbilly
|
12/9/2009 12:18:44 AM
|
|