Tagged Questions

8
votes
5answers
10k views

jqGrid horizontal scrollbar

I developed AJAX interface with jQuery and jqGrid. How I can remove horizontal scrollbar from my jqGrid table? http://dskarataev.ru/jqgrid.png If I set autowidth: true, then I get width of table = ...
5
votes
2answers
268 views

Vertical scrolling snap jQuery

I have taken a look at this jQuery: snapped scrolling - possible? and this Scrollable Panel snap to elements on Scroll. But they don't really answer the question I have. I have a divs that's really ...
4
votes
3answers
99 views

How would I scroll horizontally to the next article in a page (or #, etc.)?

I'm trying to work with a jQuery script I found at http://marcgrabanski.com/articles/scrollto-next-article-button-jquery that allows me to set up "next" and "previous" buttons that scroll the user ...
4
votes
2answers
299 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
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 ...
3
votes
3answers
640 views

javascript jquery find left position of element in horizontal scroll container

I have a overflow:auto container that spans 400% width of the document window. Therefore I have a horizontal scrollbar on my page. I also have multiple div's inside this container with different left ...
2
votes
2answers
678 views

HTML/jQuery Tables: Scroll horizontally, fix the first (left) column

I have a table that displays a column of test names, with several (unlimited number) of columns of various test data associated with the tests. Since there will be several sets of data, I want to ...
2
votes
1answer
2k views

Trying to create an infinite horizontal scroll - preferably using a jquery plugin

I am looking to create an effect like that which is used on "The Killers" website: http://www.thekillersmusic.com/html5# . The complexity of the coding of the site is beyond me - but like how it ...
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 ...
2
votes
2answers
2k views

CSS horizontal scrolling overflow with jQuery slider

I'm trying to setup a full screen jquery slider. I've broken the project into two steps 1) css and 2) js. 1) CSS, below is a picture of what I'm shooting for (no fixed height) and below that is the ...
1
vote
0answers
28 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
4answers
52 views

Making a div having no contents scroll horizontally

<div id="dummyHorizontalDiv" style="height:16px !important;width: 550px;overflow-x:auto;overflow-y:hidden;"> <div id="dummyScrollArea" style="width: 750px;"> </div> ...
1
vote
2answers
286 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
1k views

jQuery horizontal scrolling display

I'm making a horizontal scroller using jQuery. I have it working using the following var wrapper = $('#wrapper'), content = $('#scroll-content'); wrapper.bind('mousemove', function(e){ var ...
1
vote
2answers
4k views

Does jQuery jqGrid support horizontal scroll bar and frozen columns?

I have a jqGrid with a lot of columns, and it shows up like this when the sum of the column widths are bigger than the fixed width container: Instead of having a horizontal scroll bar if the width ...
1
vote
1answer
1k views

Horizontal News Scroller in JavaScript

I think I would have gone through like a hundred websites but I do not seem to find the perfect horizontal news scroller for my website. My requirements are: 1) Must be smooth 2) Must scroll from ...
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
817 views

issues with horizontal scrolling using jQuery.ScrollTo / jQuery.SerialScroll

I am trying to develop auto horizontal scrolling for our website using - jQuery.ScrollTo / jQuery.SerialScroll. I am not sure if this is the best jquery library to do that, but if there's something ...
1
vote
2answers
648 views

Coda-Slider Problem in ie7, need to remove horizontal scrollbar

I am having a big issue with coda-slider and ie7. The horizontal scrollbar is unwanted and I cannot figure out how to remove it. Since coda-slider works as one long scrolling div, I could see why this ...
0
votes
2answers
82 views

Javascript based horizontal Scrolling of a multi-page PDF?

I'm wondering how I can accomplish horizontal scrolling of the pages of a PDF using javascript. Is it better to: Convert the pages of the PDF into html files and then click left-right between ...
0
votes
1answer
191 views

What is the best way to make something like iBooks using javascript and HTML? [closed]

I'm wondering what might be the best way to code a javascript/jQuery based solution for horizontal scrolling of the individual pages of document files such as pdf, html, or .doc files (the .doc file ...
0
votes
1answer
105 views

How to remove the Horizontal Scrollbar for Jquery Splitter Plugin

I'm using this splitter for an app... http://methvin.com/splitter/ What i need is to remove de horizontal scrollbar, I need to always display the full list on screen. Yet, i do need to keep the ...
0
votes
1answer
487 views

Live Scrolling Stock Ticker

Looking for a scrolling stock ticker, as seen here: http://www.bloomberg.com/ - preferably run in combination with jQuery liScroller. How would I go about this? RSS? Any costs involved? ...
0
votes
0answers
61 views

What's stopping my site scrolling on the iPad/iPhone?

I have a gallery-esc type site that has horizontal scrolling. This is done by adding tables with this jQuery; <script type="text/javascript" charset="utf-8"> $(function(){ ...
0
votes
0answers
188 views

Custom Scrolling (for grid layout) in Javascript / JQuery oriented problem

EDIT* Heres a JFiddle version so you can get a better idea of the current problem. http://jsfiddle.net/Tr7Xs/ Thank you for taking the time to help me with my problem if you browse my query. Now, ...
0
votes
1answer
157 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
1answer
88 views

jQuery - Intercepting horizontal scrolling & replace with vertical?

I'm building a vertical website. This has worked itself out very nicely so far, except that now users cannot scroll through the website with their mouse scroll. I'm using jQuery & I'd like to know ...
0
votes
0answers
73 views

Problem with cross-browser horizontal scrolling by widening page with javascript/jquery

I need my content to widen horizontally, so to the right, instead of to the bottom, as is default... I have written the following recursive jquery function to resize the page: function ...
0
votes
1answer
125 views

jQuery - Slider scrolling issues (only scrolls in one case)?

I made a sort of a horizontal slider. (All code for it below.) Everything works accept the scrolling. The slider only scrolls left and right with selections in one case: when you click a image and ...
0
votes
0answers
290 views

jQuery jScrollPane horizontal scrollbar not appearing in Webkit

Pulling my hair out a little... The dev site is here: rb.redtribal.com I have a row of images that I need to scroll horizontally, and it's working fine in ff and ie, but breaking in Chrome and ...
0
votes
1answer
200 views

jQuery: Set Horizontal Scrollbar in the Middle to Enable Scrolling to the Left

The website I'm working on has a wide main content block that doesn't fully fit inside the smaller resolution screen. http://www.cybart.com/bscg/ I want to use jQuery to force the horizontal ...
0
votes
3answers
419 views

CSS (or jQuery): How to set horizontal scrollbar in the middle position?

I work on a website whose main content block is too wide to fit fully inside the smaller resolution screens. Here's the site: http://www.cybart.com/bscg/ The content is centered in the middle of ...
0
votes
1answer
180 views

jQuery - Horizontal Slider with Modal Window

Anyone know of a good jQuery based horizontal slider that has a modal window that pops up when you click on the image? I tried many google searches and didn't come up with much.
0
votes
1answer
164 views

Set IFrame scrollbar to top

I have an IFrame which I am using to horizontally scroll through a gallery. The problem is, I would like the scrollbar to be positioned at the top. I know this is difficult to achieve but is there any ...
0
votes
0answers
120 views

I wanna keep the effect of mousewheel but without scrollbar (horizontal navigation)

I had website in horizontal navigation with this HTML structure : And CSS structure .wrap-container{ width: ...
0
votes
1answer
242 views

sliding effect for horizontal menu is needed

I need a effect for my horizontal navigation menu like this: http://www.piccante.co/lavalamp/demo.html I try it but it seems it doesn't work with new version of jquery. Would you suggest any newer ...
0
votes
2answers
1k views

Fixed Position div Vertical Only

I have a current web build with a right sidebar that is a fixed position. I have tried to positioning from the right but don't want it overlapping other divs content. What I am looking for is to have ...
0
votes
0answers
179 views

jQuery horizontal WordPress layout

I created a horizontal WordPress layout for a photo portfolio site by setting the width on the body with the sum of the width of all the images. This code only worked if I did a setTimeout until the ...
0
votes
2answers
204 views

horizontal “paging” or scrolling in a “viewport” on a web page

I have three columns of information and I'd like to present a portion of this information in a "viewport" (for lack of a better term) that displays only one column at a time. The user can scroll left ...
0
votes
0answers
302 views

How can I make my “news” slide from left to right using some jQuery slider?

I want to display all latest news sliding from left to right, i.e. horizontally. I had been told that jQuery silder is used for that purpose but all sliders I came across were on click of it :( What ...
0
votes
5answers
2k views

jscrollpane horizontal mousewheel

I have been unsuccessful getting the mouse wheel to scroll a horizontal jscrollpane. Does anyone have experience with this and can offer some pointers. In the comments of the js file I see the ...
0
votes
1answer
462 views

jQuery scrollTo plugin - shaky scrolling with some content - Problem

Hey Community out there - here comes a tough one, at least for me. Maybe there is some help out there.I am working on a full page vertically/horizontally scrolling website that is powerd by the ...
0
votes
1answer
538 views

jCarousel scrolling from right to left

i am trying to reverse the scrolling direction of Jcarousel and make it scroll from right to left. anyone knows how that is done? I attach here a link to the Jcarousel code file, perhaps this can ...
0
votes
1answer
775 views

fixing a jquery horizontal scroller (simple)

I know there are some really pretty carousels out there, but I wanted a very specific one that mimics most flash carousels you see. Here is what is looks like: ...
0
votes
1answer
1k views

horizontally scrolling calendar

I've used the following script http://valums.com/scroll-menu-jquery/ to build a horizontally scrolling calender. Here is how I've implemented it. ...
0
votes
2answers
664 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 ...
-1
votes
1answer
49 views

Controlling animation speed by duration of keydown in jQuery?

Pl. check this http://jsfiddle.net/sKeNP/ I am trying to make a simple horizontal slider with following properties: It should show 3 elements at a time. It should have keyboard navigation. The dots ...