Enter Keywords:
1 - 10 of 10(0 seconds)
Sort By:
 
what happend to it. whenever I try to get the document.body.scrollTop value in IE6 I get the value of 0.
Zones: JavaScriptDate Answered: 02/13/2004 Rating: 8.2 Views: 0
Here is the sample code: oElement = document.getElementById("div1"); oElement.scrollTop = 20; looks like scrollTop is ready only in Netscape?  same code works fine in IE.  I could not change...
Zones: JavaScriptDate Answered: 11/09/2003 Rating: 8.6 Views: 0
I've heard of a scrollTop property in javascript or css that allows you to, in an element wth a set height, set the number of pixels that are scrolled off the top of the element.  How exactly is th...
Zones: JavaScript, CSSDate Answered: 03/29/2007 Rating: 7.8 Views: 5
I'm creating an interface that needs to save the "scrollTop" position of a DIV. I have it working pretty well, it uses a combination of server-side scripting and javascript to remember where the us...
Zones: JavaScript, DHTMLDate Answered: 08/17/2007 Rating: 9.4 Views: 0
Hi All - Need help with a javascript elemet in IE7 - Here is the code snippet - function method_scroll(id) {       var target = document.all[id];       if (target == null) return;       var y = findP...
Zones: Scripting, JavaScript, Web Devel...Date Answered: 11/08/2007 Rating: 7.6 Views: 4
I'm really hoping somebody around here knows enough about dnn(2.1.2) to help me with this, since trying to get anything out of the asp.net forums is tough.  I built a custom module that uses multip...
Zones: ASP.Net ProgrammingDate Answered: 03/18/2005 Rating: 8.4 Views: 41
I need to retrieve the current vertical position from scrollbar of webbrowser component. Actually, I use this code, but they dont works: var   doc: olevariant; begin   doc := WebBrowserNav...
Zones: Delphi ProgrammingDate Answered: 10/19/2006 Rating: 8.6 Views: 5
Hi, i've got the following code: ////////////////////////////////////////////// <html> <head> <script language="JavaScript" type="text/javascript"> <!-- function f_filterResults(n_win, ...
Zones: JavaScript, HTML, DHTMLDate Answered: 10/16/2007 Rating: 8.2 Views: 70
We use a javascript function to postback (asp.net) to the same position on the page. This function does not seem to work with Firefox -- i think its because onscroll is not recognized. <BODY ID=...
Zones: JavaScriptDate Answered: 04/19/2005 Rating: 8.8 Views: 75
How to make it using CSS? Similar to setting scrolTop in JS. Partial solution for IE exist using CSS expression, but what about other browsers? Another way is to use named anchor and pass it in ...
Zones: CSSDate Asked: 03/12/2009 Points: 500 Comments: 5
 
  • 1