-1
votes
0answers
16 views

Scrollbar designing using css

I can see many people asking for scrollbar designing in stackoverflow and many forums, so I came to answer the whole questions about "designing scrollbar with css".
-6
votes
1answer
21 views

Scrollbar designing css [closed]

I'm looking for the code of the light blue scrollbar that in the middle of this page: http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html And also I want up and down arrows on the top and the ...
0
votes
0answers
8 views

How to implement Windows plugin, to implement new way for scrolling documents?

I think I have great idea about new way for documents/code/web pages scrolling. The truth is, that empty area on scroll bar and up/down buttons are one of the most rarely used parts of window: ...
0
votes
0answers
25 views

javascript track element move and scroll

I have generated table with many cells, located in a div with 'overflow'-parameter 'hidden'. #container { max-width: 500px; max-height: 500px; overflow: hidden; } <div id="container"> ...
0
votes
0answers
17 views

How to slowly Scroll Through Webpage (Opened In a Native Desktop WebBrowser) Using Java

I want to be able to open, lets say a CNN news article, and slowly scroll through it. I perfer to open it in a web browser because my attempts to open a website using JEditorPane yielded negative ...
-1
votes
0answers
38 views

Scroll effect like yesstudio.co.uk

I have tried to figure out how the scroll effect on yesstudio.co.uk works? It's like one large page but it jumps to the next image when you scroll.. I have tried to solve it here: ...
-1
votes
1answer
39 views

iOS. Apply another scroll animation when UIScrollView is scrolling

I have UIScrollView with verticall scroll and a button which doesn't belong this scrollview and calls animated moving of this scrollview aside (not scrolling). If I touch up this button and the ...
-1
votes
0answers
25 views

Scroll page by drag image [closed]

konachan.com/post/show/158690/ How can I get this effect (It is a scroll page by drag image)? Note: This is not about overscroll etc.
0
votes
1answer
43 views

jquerymobile, update dynamically a page and reset scroll position

I'm trying to dynamically update the content of a page with jquery mobile ( $('#testpage').page('destroy').page(); ), and reset the scroll position ( $.mobile.silentScroll(0); ). It works but for a ...
0
votes
0answers
49 views

Scroll down to see more sections script

I recently noticed a cool UI "scroll down to see more" effect that Facebook used when it introduced users to their new Facebook profiles. The way it worked is that when you visit the page, you see an ...
1
vote
1answer
97 views

Remove scrolling glow effect/arrows

When you try to overscroll android scrolling views there is a glow effect appears. It's blue on ICS and above. I need to make it green. I've read a lot of topics and noticed that there is no easy ...
0
votes
1answer
178 views

Skrollr relative top-bottom fires early in chrome

I have several relative positioned divs stacked on top of eachother with a height of 100% set with jQuery on load. Inside each relative positioned div is a fixed div that holds the content. As you ...
0
votes
1answer
49 views

AS 2 Scroll to the top with delay

I have a scroller and a problem: function scrolling(){ _root.onEnterFrame = function() { function fun() { moz = -94; } setTimeout(fun,5000); container_mc._y = (moz); ...
-1
votes
3answers
128 views

jquery scroll animation on div [duplicate]

When i press a link in the menu bar i want to scroll towards that div with the use of anchors. My jquery knowledge is non existent, so i appreciate all the help. This is the site i'm talking about: ...
0
votes
1answer
78 views

Scroller startScroll with negative offset

With a positive offset, startScroll would scroll to the right. So with a negative offset, I'm assuming it should scroll to the left-the documentation doesn't say anything about this. However this ...
1
vote
1answer
74 views

jQuery.ScrollTo and scroll event aren't working corectly

I haven't find any solution for this question so I'm asking it again, here is the previous question link: jQuery.ScrollTo onAfter settings isn't working correctly I'm using the jQuery.ScrollTo ...
0
votes
0answers
62 views

Libgdx scrollPane not scrolling after i added a scrollPaneStyel

My scrollPane is not scrolling when i add ScrollPaneStyle, does anyone know why is happinging? scroller = new ScrollPane( myWidget , skin); scroller.setBounds(0, 0, Gdx.graphics.getWidth(), ...
0
votes
1answer
258 views

Vertical scrolling using jQuery

I am trying to implement Vertical Scrolling. When clicking on the 'down'-div it will move 1 div up and when clicking on the 'up'-div it will move 1 div down. But it only works on the first click. The ...
0
votes
1answer
113 views

Slide elements in as scrolling

I have this piece of code, which enables two divs to slide in from the left on scroll, the problem is that the 2 DIVs overlap themselves while sliding in, and another problem is that this code ...
1
vote
3answers
123 views

How to keep a div scrolled to the bottom as HTML content is appended to it via jquery, but hide the scroll bar?

Below I have a small js based simulator for different command tools. The user enters a command, and if it's correct, it displays it at the top. For future uses, I need to make sure it can handle as ...
1
vote
0answers
216 views

ScrollTop() always returns 0 after document.location.reload()

I've got a page which contains the button that calls document.location.reload() when clicked. When reloading the page I get the value of $(document).scrollTop(). $(function(){ ...
0
votes
2answers
218 views

div scrollTop() not working

so I have this fiddle: http://jsfiddle.net/TLkmK/ <div class="test" style="height:100px;width:70px;overflow:auto"> sadfsadf saf sadf saf s af saf saf sadf ...
0
votes
1answer
75 views

jQuery to scroll a page on hover

jsFiddle HTML <div class="next">Next</div> <div class="prev">Prev</div> jQuery $(function() { $('ul.nav a').bind('click',function(event){ var ...
0
votes
2answers
61 views

Do something for every n pixel the window is scrolled

I want to do something for every 27px the window is scrolled. I've written the following code, placed inside a scroll event handler: scrollSpy++ if (scrollSpy > 27) { scrollSpy = 0; ...
0
votes
0answers
94 views

Scrolling part of the canvas

I wrote the the below code to solve the problem mentioned at scrolling canvas content. package com.cavium.test.views; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import ...
1
vote
1answer
182 views

AS3 Wrapped-Around BitmapData Scrolling?

Does anyone have a good solution for creating a BitmapData-based scroller in AS3 that can wrap around an image while scrolling to the left and to the right (and also supports arbitrary speed, not just ...
1
vote
0answers
110 views

How to programmatically scroll window on iPad?

My application includes several features that programmatically scroll to particular elements on a page. Unfortunately, it's not working on Safari/iPad. I have tried the following methods of ...
0
votes
1answer
146 views

javascript / jquery - page is jerking while setting scrolltop

I am using a light-box in which I am having some trouble with jquery scrolltop() function. When light box opens it hides the document's scroll bar if it has any and save the vertical scroll position ...
0
votes
0answers
30 views

ActioScript Class files issue

I'm working in a project to my class. My teacher ask us to creating a platform game like Mario/Sonic using ActionScript 3.0/Flash. But my problem is, he say we need adapt this game to touch devices, ...
0
votes
0answers
67 views

Dynamic UITableView not scrolling

I have looked through a few posts on this but none really solve the issues I'm having. Quite a few suggest: self.tableView.scrollEnabled = YES; However, this doesn't enable me to scroll. The ...
0
votes
0answers
998 views

Smooth JavaScript horizontal scroll in DIV

I have content in a horizontal div that exceeds the page area so that to see all of it you have to scroll horizontally. Fine with a trackpad but for those who don't have one I want to make this ...
0
votes
0answers
37 views

Scroll “bubbling” or “jumping” when targeting iframe

I am a bit new js but I have scoured the web to find a fix for this with no luck. I have a page with items that I link to a shopping cart in an iframe. When the links are clicked the items are added ...
0
votes
0answers
200 views

preventDefault() on touchstart without disabling scrolling

I use the following script to prevent the first tap on a link: $(document).ready(function () { $('#container a').bind("touchstart",function(e){ var $link_id = $(this).attr('id'); ...
-1
votes
1answer
93 views

Opposite Scrolling Boxes [closed]

So I'm looking to have two boxes that will scroll in vertically opposite ways (one up, one down) on a scroll event any where on the page. The general effect can be seen below ...
0
votes
0answers
59 views

How to scroll in a webpage with easing animations

There are some easing animations like easeInOutCubic,easeInOutExpo,etc. I was wondering how to have these effects while scrolling.i found codes to apply these animations from scrolling back to the ...
0
votes
2answers
105 views

How to scroll a JTable to a specific value?

I have a JTable displaying the contents of a log file, and the first column is a timestamp with milliseconds (e.g. 10:31:54.531). The data is already ordered by this column. I would like to allow the ...
0
votes
1answer
98 views

jQuery Hide element when a scrolled down a certain amount?

Is it possible to hide an element when you've scrolled down a set amount of pixels? For example a fixed car image scrolling down say 800 pixels viewpoint it fades out, scroll back up if fades up ...
0
votes
0answers
231 views

How to add a lazy scroll effect while scrolling

I found this effect is this parallax site. When u scroll,apart from the parallax effect,the elements scroll lazily.Can anyone help me how to get that type of effect. I have been through over 200 ...
0
votes
2answers
148 views

How to track divs scrolling over point on page with JavaScript/jQuery

I'm looking for a very fast solution to a div scrolling problem. I have a set of divs, like forum posts, that are laid out one on top of the other. As the page scrolls down or up, I'd like to know ...
-2
votes
1answer
118 views

JQuery for a div tag- position:fixed and then position:absolute after a certain point on the page? [closed]

I am VERY inexperienced. Here is what I have so far: http://amateurelectronics.com/Articles_HTML/5_unbelievable_side_effects_of_everyday_food_p1.html If you noticed, the box (a div tag) on the ...
3
votes
2answers
591 views

jQuery to give impression of background scrolling slower

I have the following code which is just about working to give the impression of one div scrolling slower than the other, but there is a problem with the background div jolting a little when scrolling. ...
0
votes
1answer
155 views

Jquery delegate Scroll event on position fixed element

I have the following html code: <div id="scroll-box"> <div id="header" style="position:fixed">...</div> <div id="main">...</div> </div> I tried to ...
0
votes
2answers
110 views

how to make the scrolling of TextView looks more natural in android?

This the default way to make TextView scrollable:- TextView txtView = (TextView)findViewById(R.id.book_detail); txtView.setMovementMethod(new ScrollingMovementMethod()); ...
1
vote
1answer
237 views

How to Make a Button Visible/Gone on scroll listner of gridView in android

I have a Custom gridView and a Button in Frame Layout. Code is following <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> ...
0
votes
1answer
359 views

jQuery Grab Content and Scroll page horizontally

My goal is to grab content x and scroll page horizontally while mouse is moving until mouse stops (mouseup event), similar to a tablet swipe action. Seems easy enough.. Get clientX on mousedown, ...
1
vote
0answers
35 views

Not getting all values of scrollTop inside scroll handler?

$(window).scroll(function(){ console.log($(window).scrollTop()); }); Gives console output below when scrolled 2 list (line 392) 7 list (line 392) 12 ...
1
vote
2answers
79 views

Page Shows Scroll bar no matter what

Here's my page: http://bad-sf.com/stemtest/about.html Notice that scrolling is still an option even though the content is small enough to not require scrolling. Could it have to do with my css? ...
-1
votes
2answers
106 views

How do i make a div stay on top of other div's while scrolling the page?

Pls help me. I've tried. This is my code presently HTML <div id="header"><!--beggining of header--> </div><!--end of header--> CSS #header { width: ...
0
votes
0answers
128 views

Strange issue with $.scrollTo and jquery sticky top menu

On my personal website I'm designing I use a "sticky" top menu always visible no matter how far down people scroll, with this code: $(function() { var menumove_offset = ...
0
votes
3answers
199 views

Fancybox plugin and $(window).scroll

I'm using the fancybox plugin without image resizing by window height. The gallery images are the right resolution with a height about 800-2000px. So user should scroll every picture in the stack. To ...

1 2 3 4