Re: Scroll Bar Help
by "Mike Taylor" <lonewolf(at)one.net>
|
| Date: |
Tue, 29 Jul 2003 23:26:09 -0400 |
| To: |
"HWG Languages" <hwg-languages(at)hwg.org> |
| References: |
nexpoint |
| |
todo: View
Thread,
Original
|
|
The ones you've seen using IFRAMES may only work in IE, but it is possible
to use CSS and get it to work perfectly well in both IE and Netscape 6+.
You do it by using the overflow property.
example:
#myDivID {
width: 300px;
height: 120px;
overflow: auto;
}
<div id="myDivID">
Insert a great deal of text here.
</div>
The amount of people using browsers that don't support the above is about as
negligible a percentage as those who don't have JavaScript enabled.
Mike
----- Original Message -----
From: "Sunil Bahl" <QandA(at)SunMatrix.com>
To: "HWG Languages" <hwg-languages(at)hwg.org>
Sent: Friday, July 25, 2003 1:45 AM
Subject: Scroll Bar Help
> Hello,
>
> We have all seen free Javascripts which help us create scroll bars within
a
> page eg. Dreamweaver has a ready made script for this. But it gives you
only
> a customizable up arrow and a down arrow.
>
> I need a script which gives me a bar inbetween which i can click on and
> scroll the text, just like we do with our default browser scroll. I must
> also be able to customize it.
>
> I have seen these scroll bars on some web sites, but now when i need use
> them in a site i am making, i am unable to find them.
>
> Can someone please tell me where i can get such scroll bars?
>
> Await your replies.
>
> Best Wishes,
> Sunil.
>
> PS: I have seen the CSS scroll bars, but I don't require those as those
work
> only with IE 5.5+ browsers. I need something which works with all
browsers.
>
>
> SunMatrix: "You dream it and it will be created"
> *A Web Site, Graphic Design and Flash Media Showcase*
> http://www.SunMatrix.com
>
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.