Discussion:
hide the RHS scrollbar of IE 6 in Kiosk Mode
(too old to reply)
Refresh Parent Page after I closed child
2008-09-17 19:49:00 UTC
Permalink
Hi there,

The disabled RHS scrollbar of IE 6 is still showing in Kiosk Mode even
the content is less than a page. Is there a way to hide the RHS scrollbar of
IE 6 in Kiosk Mode?

Thanks.

-Calvin
PA Bear [MS MVP]
2008-09-17 21:04:52 UTC
Permalink
[One post is sufficient, thank you.]

Assuming RHS = right hand side, that scrollbar is not shown by default when
viewing such a webpage in kiosk mode (e.g.,
http://groups.google.com/groups?q=%22rhs+scrollbar%22&start=0&scoring=d&hl=en&ie=UTF-8).
Post by Refresh Parent Page after I closed child
Hi there,
The disabled RHS scrollbar of IE 6 is still showing in Kiosk Mode even
the content is less than a page. Is there a way to hide the RHS scrollbar of
IE 6 in Kiosk Mode?
Thanks.
-Calvin
Refresh Parent Page after I closed child
2008-09-23 21:55:01 UTC
Permalink
Thanks for your feedback. But I still got right hand side disabled scrollbar
in kiosk mode:

please go to "start/run", and enter "iexplore -k http://www.google.com",
then click OK. You will see the disabled RHS scrollbar even if the content
is less than a page.

Is there another way to launch web pages in kiosk mode ?

- Calvin
Post by PA Bear [MS MVP]
[One post is sufficient, thank you.]
Assuming RHS = right hand side, that scrollbar is not shown by default when
viewing such a webpage in kiosk mode (e.g.,
http://groups.google.com/groups?q=%22rhs+scrollbar%22&start=0&scoring=d&hl=en&ie=UTF-8).
Post by Refresh Parent Page after I closed child
Hi there,
The disabled RHS scrollbar of IE 6 is still showing in Kiosk Mode even
the content is less than a page. Is there a way to hide the RHS scrollbar of
IE 6 in Kiosk Mode?
Thanks.
-Calvin
ButterCast
2008-10-23 20:38:21 UTC
Permalink
Add this to your websites css to disable the right hand side
scrollbar.

html{
overflow:hidden;
}

Merry Christmas!

Loading...