PC Review


Reply
Thread Tools Rate Thread

how do i disable the scroll bars in a page?

 
 
=?Utf-8?B?dGgzLjUwd2Vicy5jb20=?=
Guest
Posts: n/a
 
      14th Sep 2005
how do i disable the scroll bars in a page?
 
Reply With Quote
 
 
 
 
Andrew Murray
Guest
Posts: n/a
 
      14th Sep 2005
I believe it can be done with CSS as below:

{
overflow-x: none;
overflow-y: none;
}

However this works only in IE I think. Someone correct the above if it's
wrong....that's from memory.

Otherwise design your page so it is not wider than the screen, that way the
scroll bars won't show (the vertical one will if the page is "longer" than
the screen is high (obviously) but there's no need for the horizontal
scrollbar to be visible - design the site to be 760 pixels wide (use
tables). Or use a percentage as your width and the table will adjust to fit
the screen as the resolution is changed. i.e. 90% is still 90% whether 1024
x768 or 800x600 or any other resolution setting.





"th3.50webs.com" <(E-Mail Removed)> wrote in message
news:3EA9D4D9-3508-4A8E-840E-(E-Mail Removed)...
> how do i disable the scroll bars in a page?



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      14th Sep 2005
You would have to make sure your page content never exceed the browse window opening of the user,
however this is outside of your control since the browse window opening can be anything.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"th3.50webs.com" <(E-Mail Removed)> wrote in message
news:3EA9D4D9-3508-4A8E-840E-(E-Mail Removed)...
> how do i disable the scroll bars in a page?



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      14th Sep 2005
You can be certain that it will never be smaller than 150px x 150px however,
so design for that and let it scale up. 8)

--
Murray
============

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> You would have to make sure your page content never exceed the browse
> window opening of the user, however this is outside of your control since
> the browse window opening can be anything.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "th3.50webs.com" <(E-Mail Removed)> wrote in
> message news:3EA9D4D9-3508-4A8E-840E-(E-Mail Removed)...
>> how do i disable the scroll bars in a page?

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
text box question, enable scroll bars, disable control Paul Microsoft ASP .NET 3 30th Sep 2008 12:23 AM
Any way of getting scroll bars on a slide page? =?Utf-8?B?TmF0ZQ==?= Microsoft Powerpoint 7 25th Aug 2004 03:33 PM
Re: How do I disable the scroll bars in an MDI window Herfried K. Wagner [MVP] Microsoft Dot NET Framework Forms 1 7th Jun 2004 12:28 AM
Help! Scroll Bars Scroll Down More Than One Page Shelly Faulk Windows XP Help 2 23rd Nov 2003 07:21 PM
Help! Scroll Bars Scroll Down More Than One Page Shelly Faulk Windows XP General 1 23rd Nov 2003 05:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:04 AM.