Tagged Questions

4
votes
2answers
495 views

Horizontal scroll in DIV with many small DIV's inside (no text)

Hi all experienced out there. I'm not so good at English but I'll try to describe my problem. I'm trying to learn this with DIV's and its positions, and has stuck with a small thing. I will try to ...
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 ...
2
votes
3answers
624 views

Facebook Send button causing horizontal scroll

I'm working on Ruby On Rails, and just integrated Facebook Send button in a project. When Clicked on the "Send" button, the popup window is going out of the screen and causing horizontal scrollbar. I ...
2
votes
1answer
47 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 ...
2
votes
1answer
916 views

css white-space:nowrap horizontal scroll bug

I have the following markup <style type="text/css"> #outer { min-height: 100%; height: auto !important; height: 100%; width:100%; ...
2
votes
2answers
2k views

CSS Horizontal scroll problem

Problem I need the content to force to scroll on X axis, not down the Y axis. HTML I know this is formatted badly but it's dynamically generated and has no white space. <div ...
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
4answers
59 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
1answer
269 views

Horizontal scrollbar appears only in IE7 even with overflow:hidden being set

I'm banging my head on this one. I have a disturbing horizontal scrollbar that appears only when browsing my site in IE7: http://www.regia.it I have tried and tried to stop this from happening by ...
1
vote
1answer
363 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
1answer
340 views

Horizontal scroll CSS

I am creating a page @ [link removed] The header at the top is really large (1600px) to accomodate wide monitors. Setting the header to 100% width doesn't work, because the rotation produces some ...
1
vote
2answers
678 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
574 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
3answers
54 views

What CSS should I use to create a series of horizontal, non-wrapping blocks?

I have a set of dynamically generated content - anywhere between 1 and about 25 blocks (each of which I want to be about 250px wide. Clearly, this can run off-screen, but that's fine since my design ...
0
votes
1answer
84 views

Horizontal scrollbar in Firefox caused by #fb-root

I'm creating a responsive design but have run into a problem where the Facebook Javascript SDK code's div#fb-root is causing a horizontal scrollbar when the browser width is less than 590px. I've ...
0
votes
1answer
80 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
63 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
40 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
0answers
81 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
3answers
444 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
3answers
183 views

CSS: How to Solve this “Site-Is-Too-Big” Challenge?

I suspect my question may be too general, but I hope someone with expertly knowledge of CSS could help me work out a solution. My site looks acceptable (to me) in high-resolution monitors (1920X1080) ...
0
votes
1answer
101 views

Random (super long) horizontal scroll bar only in Firefox/

As the title boasts, I'm encountering a rather strange problem with Firefox where it's giving my site a very long horizontal scroll bar and I have no idea why. I tried going through and disabling ...
0
votes
0answers
224 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
2k 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
1answer
301 views

CSS - Fix an element at the very bottom of page for left/right horizontal scrolling

I have a website scrolling horizontally using this script: http://tympanus.net/Tutorials/WebsiteScrolling/index.html Sometimes with this build I end up with a vertical scrollbar because, depending ...
0
votes
1answer
366 views

unwanted horizontal bar in chrome

www.socialgameplex.com For some reasons I get a long unwanted horizontal scrolling bar that scrolls into blank space on the right side in chrome 9.0.597.98 on windows 7 (and probably in safari as ...
0
votes
3answers
484 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
2answers
85 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
553 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
839 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
780 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
2answers
705 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
848 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; ...