Mike
Sun May 30 07:58:27 CDT 2004
Vertical and Horizontal Scroll Bars may always be there, perhaps there is no
way of disabling them, perhaps there is I don't know. Perhaps someone does?
But the way I've gotten around it is to set all the colors for the Scroll
Bar the same color as the background of the page. In my case my site has a
black background so adding the following code sets all changable Scroll Bar
colors to black; my page(s) never exceed the size of the page to need scroll
bars. This code works perfect.
<style type="text/css">
body {scrollbar-arrow-color: black; scrollbar-base-color: black;
scrollbar-dark-shadow-color: black; scrollbar-track-color: black;
scrollbar-face-color: black; scrollbar-shadow-color: black;
scrollbar-highlight-color: black; scrollbar-3d-light-color: black;}
</style>
"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:%2343dedVREHA.3016@tk2msftngp13.phx.gbl...
> Vertical Scroll bars will always be visible in IE,
> and Horizontal will be visible if your page content exceeds the screen
size
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
>
http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "Mike" <void@noreply.com> wrote in message
news:c989b70768@enews3.newsguy.com...
> | I'm using FrontPage 2003. With my Website, my preference is to have a
black
> | background with white text. When I view the page I have created using
> | Internet Explorer, I press F11 to vie the whole page (removing the
Address
> | and Toolbar), from the top right to bottom right I have a white Scroll
Bar
> | which to me spoils my entire black screen. Is there some code I can
insert
> | to remove the right-hand side Scroll Bar totally. (I do understand that
if
> | I manually resize the window the Scroll Bars, bottom and right hand side
> | appear automatically) but viewing my site full screen I want to totally
> | remove the Scroll Bars).
> |
> | Help please.
> | Thanks
> | Mike
> |
> |
>
>