Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 Removing Scroll Bars in IE
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

redbrad0
Advanced Member

USA
3725 Posts

Posted - 17 January 2004 :  10:26:59  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
I am trying to remove the scroll bars in IE on the right of the page. The page is not long enough to display a scroll bar, but it displays a greyed out scroll bar.

<link removed>

I have tried to use CSS but it does not seem to work..


<style type="text/css">
<!--
.BODY
{
    OVERFLOW-X: hidden;
    OVERFLOW-Y: hidden;
}
-->
</style>


Any ideas?

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets

Edited by - redbrad0 on 17 January 2004 11:26:22

rasure
Junior Member

289 Posts

Posted - 17 January 2004 :  10:36:04  Show Profile  Visit rasure's Homepage
you could try this

<style type="text/css">
<!--
body { overflow:hidden; }
-->
</style>


or this one may be better for those who use different resolutions so if the page needs it it will give a scroll bar.

<style type="text/css">
<!--
body { overflow:auto; }
-->
</style>

Psychic & Spiritual Development Resources
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 17 January 2004 :  10:45:55  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
thanks worked perfect, i was just a little off.

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 17 January 2004 :  11:29:44  Show Profile  Visit rasure's Homepage
I've just tried your site and I'm using 800x600 screen size and your links at the bottom of the page cant be got at very well, that's why using this...

<style type="text/css">
<!--
body { overflow:auto; }
-->
</style>


would be a better solution for those who use different resolutions to provide a scroll bar if needed

Psychic & Spiritual Development Resources
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 17 January 2004 :  11:47:03  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
Well this site will not be just a standard web page. This will only be accessed by computers that we have setup that will only run this page in full screen. The screen is set at 800 x 600 and has a program that we had written by a great delphi developer which limits the access and makes the page full screen. So we built the site and images at 787 by 687 i believe so it fits right into the page.

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 17 January 2004 :  14:19:56  Show Profile  Visit rasure's Homepage
ahh ok

Psychic & Spiritual Development Resources
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07