473,386 Members | 1,796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

div scrolling in IE6

Is it possible to scroll the div by fixed number of pixels on clicking
scroll arrow buttons on scrollbar associated with the div..
I tried to find scrollbar arrow click events but i could find none.

Feb 15 '06 #1
8 5183
sunilp wrote:
Is it possible to scroll the div by fixed number of pixels on clicking
scroll arrow buttons on scrollbar associated with the div..
I tried to find scrollbar arrow click events but i could find none.


Search the archives for 'scrollBy'.
--
Rob
Feb 15 '06 #2
scrollBy is not applicable for div.
Its only for "window".

Feb 15 '06 #3
sunilp wrote:
scrollBy is not applicable for div.
Its only for "window".

Then use scrollTop.

--
Rob
Feb 15 '06 #4
But there is no way i can know whether div is scrolled up or down.

Feb 15 '06 #5
sunilp wrote:
But there is no way i can know whether div is scrolled up or down.


Compare the property values before and after the `scroll' event occured.

And please learn to quote:

<URL:http://jibbering.com/faq/faq_notes/pots1.html#ps1Post>
<URL:http://www.safalra.com/special/googlegroupsreply/>
PointedEars
Feb 15 '06 #6

sunilp wrote:
But there is no way i can know whether div is scrolled up or down.


Go here

http://msdn.microsoft.com/library/de...bjects/div.asp

and look at "doScroll" method description

Feb 16 '06 #7
thanks, but these are IE only solutions.

I need something that is x-browser compatible.
"marss" <ma***@ukr.net> wrote in message news:11**********************@g44g2000cwa.googlegr oups.com...

sunilp wrote:
But there is no way i can know whether div is scrolled up or down.


Go here

http://msdn.microsoft.com/library/de...bjects/div.asp

and look at "doScroll" method description

Mar 2 '06 #8
Jon Paal wrote:

Do not top-post here.
"marss" <ma***@ukr.net> wrote in message news:11**********************@g44g2000cwa.googlegr oups.com...
sunilp wrote:
But there is no way i can know whether div is scrolled up or down.
Go here

http://msdn.microsoft.com/library/de...bjects/div.asp

and look at "doScroll" method description

thanks, but these are IE only solutions.
The subject is "div scrolling in IE6", why are you surprised that
IE-specific solutions are offered?

I need something that is x-browser compatible.


scrollTop is an MS invention but it is widely supported.

All javascript should degrade gracefully, you have no certainty that it
will be executed; or that if some of it runs that all of it will run.

<URL:http://www.quirksmode.org/viewport/compatibility.html>
--
Rob
Mar 3 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Midas NDT Sales | last post by:
I have been looking at a simple example of a scrolling text box (the one in the SAM book) as below: <script language="JavaScript"> var pos=100; function Scroll() { if...
1
by: Kirk | last post by:
Is it possible to stop horizontal scrolling whilst still maintaining vertical scrolling within an <IFRAME> ? Within each page of my site I have an IFRAME for content. For some pages there is...
44
by: Jim M | last post by:
I have had great success with using <iframe> with overflow-y set to auto. I can get a similar look with the <iframe> tag. BUT... In all cases I need to have fixed heights. Is there a way to...
1
by: Tim Frawley | last post by:
I have a large form with many controls, almost like legal size paper in height. Just so I can head these off, I am not looking for suggestions to the effect of using Tab controls, multi-window...
2
by: P2P | last post by:
Hi I am wondering if someone know of a free cross-browsers vertical scrolling script that - is cross cross-browsers - will call the scrolling content from an external html page or from a...
4
by: Keith Bentrup | last post by:
Hi all, I wrote a simple search function to find text in a textarea where not all the text is visible (ie. the text box displays 10 lines but there may be more than 1000 lines to search). I can...
1
by: atif | last post by:
Hi, I m new to CSharp.. so may be my preliminary questions look stupid.. but plz help me.. I want to drag controls like buttons or some other user controls over form.. i have set form's...
5
by: PythonistL | last post by:
I am a newbie with Javascript. I have this simple script for scrolling text <HTML> <HEAD> <TITLE>Scrolling Message Script</TITLE> <SCRIPT language="JavaScript"><!-- var msg = 'My scrolling...
3
by: Chamnap | last post by:
Hello everybody, I have one problem. I want to do something after the user finished scrolling. The scroll event fires whenever the user is scrolling. I don't want this actually. Does anyone has...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.