Tagged Questions
4
votes
2answers
298 views
Making Jquery.ScrollTo work based on speed instead of duration
I'm creating a horizontal site (it could also be any other auto-scrolling site, like diagonal) which uses the $.Localscroll child from the Jquery.ScrollTo plugin.
There's one big problem with this ...
4
votes
3answers
2k views
horizontal scrolling only!
Hi all
i have a that contains a HORIZONTAL menu. the menu consists of an unordered list.
i would like the div to get a horizontal scroller whenever the menu exceeds the width of the <div>.
i ...
4
votes
3answers
7k views
How to do a horizontal scroll on mouse wheel scroll?
Just now, accidentally, i stumble upon http://www.benekdesign.com/ . Here on mouse wheel scroll it performs horizontal scroll. Truly speaking i didn't like this feature. It was a bit irritating. But ...
2
votes
1answer
425 views
Coordinate transformation in SVG inside Firefox with scrollbars
I am trying to calculate the correct mouse coordinates, in user coordinate space, in an SVG document from within Javascript code when scrollbars come into existence when that SVG file is viewed from ...
2
votes
1answer
1k views
How to switch vertical and horizontal mouse scroll?
I have website with horizontal layout and i what to make mouse wheel scroll it relative to axis x (not y, like usual).
I use jQuery plugins mousewheel and scrollTo, but I can't achieve
soft, natural ...
1
vote
0answers
22 views
jQuery Floating Scroll Plugin
I have a question related to the following jQuery plugin, floating scroll:
Demo:
http://diapeira.1gb.ru/diapeira/jquery-plugins/floatingscroll.html
Source (under 90 lines of code): ...
1
vote
2answers
269 views
jquery horizontal scroll event - Edit
Hi there I have a horizontally scrolling gallery that i want to add dynamic captions to, the captions are static on the page and I would like them to toggle on and off when the user scrolls past each ...
1
vote
2answers
623 views
horizontal scroll bar for gallery
im really pulling my hair out with this one. ive sat here for about 5+hours plus trying to figure it out and trial/error the possibilities.
i have a central positioned page with a fixed width and i ...
1
vote
2answers
474 views
How to manually slide to specific item in TTTabStrip (put selected to the center or make content offset)
So question is: How to manually slide to specific item in TTTabStrip (put selected to the center or make content offset)
@interface TTT : NSObject {
TTTabStrip* _slider;
}
@implementation TTT
...
1
vote
1answer
1k views
how to scroll window onload with jquery
I have a form in the middle of a table. I would like this form to always be in the center of the window vertical and horizontally, even when the window size is smaller than the table.
I am thinking on ...
1
vote
1answer
943 views
How to scroll the horizontal scrollbar in an iFrame from the parent frame?
Is there any cross browser way to scroll the horizontal scroll bar of an IFrame with super wide content with Javascript inside the parent frame. Also I need it to be attached to the mouse wheel event. ...
0
votes
0answers
22 views
Advice for improving horizontal scrolling inside js tabs (replace scrollbar or use some content slider)
Can you advice some javascript/css to scroll horizontal content? The code must work inside some layers who are actually tabs also controlled by a javascript (idTabs). I need this to work in Wordpress ...
0
votes
0answers
99 views
How to horizontal scroll in google chrome
I have looked at other posts and they agree that it is some sort of code issue but don't go on to specify how to horizontally scroll. I read a lot on the net and I like my text to be in the centre of ...
0
votes
1answer
154 views
jQuery/HTML - Horizontal scrolling
I'm having trouble doing scrolling...What I want to do is after clicking a button making a div scroll left and another scroll right/ one goes out, second in. But I can't find any solution and I'am ...
0
votes
0answers
138 views
JScrollPane and Arrow Buttons
Hi I am using more than 1 div to create customize scrolling using JScrollPane. I would like to add buttons that work exactly like arrow buttons outside the div. However, every buttons I created only ...
0
votes
0answers
949 views
Marquee scroll and manual scroll - Android
I want to have a textview which can both have the marquee scrolling and the manual scrolling.
I can add the marquee by just adding this to my xml:
android:focusable="true"
...
0
votes
2answers
79 views
How to contain the width of an element so it does not overflow the body, but IS visible?
I'm trying to have an element with a greater width then the body, but not cause horizontal scrolling.
http://jsfiddle.net/hYRGT/
This hopefully demonstrates my problem somewhat.
The #header contains ...
0
votes
1answer
447 views
Android horizontal scrolling showing Cursor data
I have some text data in database which I have retrieved in a Cursor, and I am displaying it in a ListView. What I want to do now is that when you select click a particular row in the list its text ...
0
votes
2answers
657 views
Horizontal Scrolling
I am working on a site that displays pictures accross the Y axis of the browser and spans about 12500px wide.
I am using the Hortizontal way as a base but I have just realized that the horizontal ...
0
votes
1answer
835 views
Resize background-image to fill the page height-wise, but allow elements on either side
I'm having a lot of issues trying to do this, and I'm now wondering if it's even possible in css. (Maybe I will need to find some other way using PHP, Flash or Javascript!)
Basically, I have 3 ...
0
votes
1answer
427 views
Does anyone have a good way to scroll text off to one side, like a stock ticker in a label on a nib in an iphone app?
I want to scroll text starting on the right and make it smoothly move to the left and off the screen. Does anyone have an example of something they tried that worked? Thank You.