Tagged Questions
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
2answers
663 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
45 views
Problem aligning blocks horizontally in Opera
I have this wide page with an information block and lot of images to the right of it. It is supposed to be used with horizontal scrollbar.
The page works as expected in Firefox, Safari, Chrome, even ...
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
267 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
1answer
264 views
Display div overflow-x scrollbar without setting the width of div?
#main {
margin: auto;
padding: 0;
width: 95%;
}
#left-wrapper {
display: block;
}
#content {
height: 500px;
white-space: nowrap;
overflow-y: auto;
overflow-x: scroll;
}
<div id="main">
...
1
vote
2answers
621 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
515 views
Scrolling div inside another div
Here is my code:
<form id="form1" runat="server">
<div style="width:100%;">
<asp:FormView ID="fvXCAR" runat="server" DefaultMode="Edit" style="overflow:auto">
...
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
1answer
69 views
Overflow hidden issue on horizontal scrolling site
I have a horizontal scrolling site with two sections as 100% width/height divs wrapped in a 200% width/ 100% height div. It uses jquery to resize the main div to the size of the browser, this way ...
0
votes
1answer
47 views
Can't get rid of fixed horizontal scroll on iframe in Firefox
Creating a widget for my site. Check it out at http://bit.ly/w42SC4.
Looks good in Chrome and IE. However, I'm getting this ugly fixed horizontal scroll in Firefox. I'm not sure how to get rid of it. ...
0
votes
3answers
34 views
Random Horizontal Scrollbar on Website
A new client has come to me with a strange issue they've got on their website, for some reason it's displaying a horizontal scrollbar, and I'm really not sure how to get rid of it.
Help is ...
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
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
122 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
1answer
179 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
0answers
218 views
Horizontal moving images with varying width
I'm working on a horizontal scrolling website with images that have different widths but a fixed height. I want to use clickable tags that move to each corresponding image I have managed to get most ...
0
votes
2answers
450 views
Force horizontal expansion
For a sort of thumbnail horizontal sliding viewer
How can I make the divs inside the horizontal scrolling divs force the scrolling div horizontally, instead of reaching the end and starting a new ...
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
432 views
Reset the horizontal scroll position of an HTML text input in FireFox?
I'm using some 'elastic' text inputs on an HTML form. Each elastic input has a function attached on keyup that adjusts the size of the input to equal the number of characters in the input.
This works ...
0
votes
3answers
453 views
side scrolling wordpress site
I have been asked to design a side scrolling site for Wordpress similar to this
site. Each post is positioned side by side on the page.
Im trying to work out if there is a line of PHP that i can ...
0
votes
1answer
770 views
html horizontal scrolling
i have a simple css example, and i can't understand the behavior of one of my divs, when the horizontal scroll is displayed. so...when my browser window needs to display the horizontal scroll(when the ...
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
2answers
2k views
horizontal scrolling div not working in Safari
Hi I made this site a while ago in my table days but have just realised the horizontal scrolling dive doesn't work in Safari.
#galleryscroller {
overflow-x:scroll ;
overflow-y:hidden;
...