0
votes
1answer
22 views

Follow scrollbar all the way down as DIV overflows?

So I have made this script that pushes text from .txt document line per line at different time stamps with jQuery. The problem is that once DIV is filled up, updates keep coming but are not visible ...
0
votes
2answers
121 views

Scrollbar on a specific div into bootstrap modal body

My modal-body has two div side by side, one of them must have a scrollbar if his content is too big for the modal. Unfortunately, the scrollbar appears on the modal-body, not on my div. What i have: ...
0
votes
1answer
41 views

CSS div height overflows the document body when content is added

I have a #container div that is set to height:100%; width:100%; of the document body. Inside the #container is div#box2 that is set to height:100%; width:200px;. When I add lots of content to ...
0
votes
0answers
26 views

How can I make content disappear into transparency when scrolling?

I have read more than 30 similar discussions in www and have not yet found an answer to my specific problem I am trying to have a scrollable content disappear some pixels BENEATH my header into ...
0
votes
1answer
35 views

Scrollbar for overflow content that takes up part of a 100% height fixed position sidebar

This is partially a copy of: Scroll part of content in fixed position container but with some more restrictions and the fact that question was never adequately answered anyway. I have a fixed ...
0
votes
1answer
39 views

scrollbars are showing on window instead of on my div

I'm not able to get a scrollbar on my div when the content is too wide. Instead i always get the scrollbar on the window itself. I have played around with the overflow settings but i just can't manage ...
0
votes
1answer
41 views

divs changing place when the window is resized / can't use horizontal scrollbar

I'm having a problem with my layout. I have a full width navbar with some divs on it, but when the page is resized the divs inside this navbar change their positions, and I only get a scrollbar at the ...
1
vote
2answers
256 views

CSS 100% width scrollbar (overflow-x) within a table cell

it's my first post. Finally I decided to join you all at stackoverflow! My problem is about an horizontal scrollbar which has to fit 100% to its container. In the following example you'll find ...
0
votes
0answers
404 views

IE10 Issue with Scrollbar on Div

I'm using a scrollbar on a div and it appears to be having a rendering issue in IE10. When you scroll the div all the way to the bottom, then back to the top content is missing. Do you know if ...
0
votes
0answers
27 views

Scrollbar issue in Safari

I am trying to use a scrollbar for some Youtube videos. I have tested it on IE, FF, Chrome, they don't seem to have any issue with the code, but Safari forces the content outside of the div but it ...
1
vote
1answer
52 views

What causes my div to be hidden?

I am writing a page, consisting of a fixed-size with a lot of content. This is why the has a scrollbar (normal behaviour). Right after the scrollbar I want to create an element, which will allow the ...
2
votes
3answers
89 views

using overflow in css

How can i set the width of the first 2 divs to be dynamic (fit the contents width), while the 3rd div should use remaining horizontal space and be horizontally scrollable. The result i need is that ...
1
vote
0answers
59 views

overflow hidden on safari browser

any other browser does not Show the SVG embedded like shown below with scroll bars. Safari, however does, and it seems like I can't find a way to get rid of em. Any ideeas ? <!DOCTYPE html> ...
0
votes
2answers
143 views

Bootstrap affix and overflow-y conflict

The issue I'm having right now involves twitter bootstraps affix and css overflow-y. The Details I have a 41 pixel bootstrap navbar fixed to the top and bottom (used for header/footer). ...
0
votes
1answer
67 views

Scrolling two containers with one scrollbar

I'm trying to control two containers using only one scrollbar. I have a large container that I shift (using CSS translations) to reveal another container that is sticky to the screen and to the right ...
0
votes
1answer
113 views

Getting the scroll bar to ignore a fixed div at the top of the page

On this site here: http://acp.studevent.co.uk/ I have a fixed div at the top which will act as a menu and a content div below containing everything else. I cannot figure out how to use overflow-y: ...
1
vote
0answers
66 views

Superfluous scrollbars

In this fiddle I have a 100% height div with content that overflows horizontally. it works as intended in IE, Firefox, and Chrome but Opera creates a vertical scrollbar to scroll the distance covered ...
4
votes
1answer
351 views

Scroll without a scrollbar

Sample form: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> * {font:13px arial; color:white;} body {background:black;} label ...
1
vote
1answer
103 views

When I set overflow hidden my html body content gets distorted [closed]

I am launching a modal box using js and html. On launch I am setting the body to overflow:hidden, which hides the scroll bar. This shifts the body content and distorts it. Is there a way to disable ...
13
votes
4answers
429 views

How do I stop users from being able to scroll horizontally on my site

Here's the site: http://joshnh.com/ Basically, I have a few elements that are super wide so that they look as though they are coming out from the right hand side of the screen. I'm then using ...
1
vote
0answers
63 views

Box model: lost parent element scrollbar

The first sample shows scrollbars correctly: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> #parent {width:102px; height:101px; ...
0
votes
5answers
111 views

Scrollbar gets vanished when overflow:auto applied

I have a footer and a content boxes. Footer is fixed, so that it is visible at any point of scroll. Content box is of 100% height, but its rise ends just before the footer begins (so that it won't ...
0
votes
1answer
30 views

Elements overflow container when scrollbars appear

I'm building a site layout ( should be cross-browser ie7,8,9 and all the recent ones ) and everything was great until i tried to zoom in. When the scrollbars appear, the header's floated elements move ...
2
votes
1answer
168 views

JQuery Fancy Box Text Overflow

So here's a working example of my situation: fiddle The pic is just the first thing I grabbed of google images. But anyway, when you click on the pictuure, it shows that picture again but with the ...
4
votes
2answers
434 views

CSS display vertical scrollbar on pre tag

I am trying to get the vertical scrollbar to show in Chrome running latest version 21 when the content of a pre tag overflows. I can't get the vertical scrollbar to actually display though. See this ...
0
votes
3answers
479 views

CSS Overflow Auto in Mountain Lion: Scrollbars not appearing

Test this JS Fiddle in Chrome or Safari on Lion and Mountain Lion. What should be displayed is a box that scrolls. Once you start scrolling, the bar should appear, and disappear once again when you ...
-1
votes
2answers
192 views

Visio 2013: Limit displayed lines in a shape

Visio 2013: Create scrollbar for hidden overflow . I have a list of over 112 items. Which, is extensive for a simple diagram. I would like to have only 4 lines viewable and have a scroll bar to view ...
1
vote
3answers
1k views

CSS - How to remove 2nd vertical scroll bar without changing anything else?

I am trying to get rid of a distinctly unwanted second vertical scrollbar that has appeared on this page I am putting together, see http://abchealth.info/doc-mike-special/test3/. My research here led ...
1
vote
1answer
120 views

Can someone help me restrict the height of CSS class and add a scrollbar?

Sounds easy I know. I told the client it would be done in 5 minutes... 4 hours later it is just getting annoying... This is the current structure: <div class="RadWindow"> <table ...
0
votes
3answers
905 views

Why does my div show vertical scrollbars although there is enough vertical space

I am using google chrome 19.x or IE9.x I have set the Html5 Doctype. I have a jquery dynatree plugin inside my TreeDiv. Although there is enough space to show more tree items vertically without the ...
1
vote
2answers
309 views

Always Show Overflow ScrollBar

I've noticed that in some situations, in some browsers, my horizontal overflow scrollbar doesn't show up until you START scrolling. That's not good ... users need to know that there is content beyond ...
0
votes
3answers
902 views

Website not displaying scroll bar in IE 8 (Not overflow)

I researched this problem already, heres what I know: It's most likely a CSS issue. Most answers pointed to removing "overflow" code in the CSS However, I don't have any code like that in my CSS. It ...
1
vote
1answer
57 views

Scrollable DIV in TD works in WebKit, but not in Gecko

I'm working on a school project, and I have to create a simple presentation webpage. The problem is that the webpage doesn't work as expected in Firefox, while in Chrome and othet WebKit browser it's ...
4
votes
2answers
572 views

Scroll an overflowing div by scrolling anywhere on the page

I'd like to trigger scrolling of a div with overflowing content by scrolling anywhere on the page, not just by moving the mouse and clicking within the div. Also, i'd like to hide the div's scrollbar ...
1
vote
0answers
577 views

Scrollbar on Android

I'm using -webkit-scrollbar property to show scrollbars at iOS and Android but when I'm scrolling the container on a Android device the content flickers according to scrollbar width. How can I solve ...
1
vote
2answers
368 views

scrollable area while overflow is hidden?

Same question as A scrollable area with the overflow hidden but no scroll bar. That question was never answered though. They gave up because it is maybe a bad idea for UI. I agree but my client is ...
0
votes
0answers
27 views

How to modify the height of the HTML web page?

I have a website that the scroll bar is too long. It reaches more than the footer. How can I change this? I've tried using overflow properties, but it isn't working.
0
votes
1answer
70 views

Scrollbars behaving badly in auto-sizing boxes on IE7, FF and Chrome

If anyone has a better idea for a title, I'm all ears. Here's a JSFiddle that demonstrates the problem: http://jsfiddle.net/VXsAg/ In a nutshell, I have an element with fixed height and ...
0
votes
1answer
890 views

CSS scrollable percentage div

I have a div that I'd like to have a vertical scrollbar. So far, I have used the following css, which works fine: .mywrapper { max-height: 300px; overflow: auto; } However, I would like ...
0
votes
1answer
270 views

sudden long horizontal scrollbar, tried several solutions incl. “overflow: hidden” but to no avail

I suddenly got this long horizontal scrollbar on my Wordpress blog that uses the theme "Wave" by Themeforest, here. The scrollbar did not appear before, so it is not an issue with the original theme ...
1
vote
1answer
586 views

Horizontal and Vertical Scroll on iFrame - ie7

Hey I'm building a webpage that contains an iFrame in all other browsers it appears fine but when testing in ie7 I get a vertical and horizontal scrollbar, is there anyway to remove this? <div ...
2
votes
3answers
3k views

CSS - Show only Horizontal Scroll bar for a fixed width and height div

I got a div which is of fixed width and height: #containersimg { width: 900px; height: 135px; } And I have many images inside, with width 90px and height 120px. So i want to have my ...
0
votes
3answers
1k views

how scrollable text line inside a div without showing scroll bars

plz see the below link : Long File Name Inside A Div when you see those long file names with firebug you will find a span that tell us -> .FileName { float: left; width: 438px; } we ...
0
votes
3answers
360 views

Complete removal of horizontal scrollbar

Is there a way to get completely rid of the horizontal scrollbar on a webpage? The command "overflow-x:hidden;" on body/html hides the visual style, but the functionality is actually still there if ...
0
votes
1answer
310 views

Creating a Firefox Tab overflow effect

I would like to create the same overflow effect as you can see in Firefox tabs. When the tabs reach the right side where you can see an overflow arrow, the arrow highlights to let you scroll. Can ...
0
votes
1answer
658 views

how do i place a scroll bar outside of the div which is overflowed?

i have a page which has a centered (vertical as horizontal) content div. When the div is overflowed than a scroll bar appears on the right side of the div. i think this looks ugly and i would like ...
1
vote
1answer
241 views

How do I stop this div from sitting on top of the scrollbar without breaking my JQuery ScrollTo plug-in?

I am having a little bit of trouble with a website I'm building. I am using the jQuery plug-in "scroll to" as the website is one complete page with different sections. Now I am trying to keep the ...
0
votes
1answer
207 views

jQuery: show element on when specific div overflow is scrolled 100px?

normally I use this on some of my projects. //Back to top $(window).scroll(function () { if ( $(window).scrollTop() > 100 ) { $('#back-to-top').fadeIn('fast'); ...
1
vote
3answers
179 views

how do I make overflowing and float positioned elements stay all on one line?

<div id='wrapper'> <ul> <li><img src='1.jpg' /></li> <li><img src='2.jpg' /></li> <li><img src='3.jpg' /></li> ...
0
votes
3answers
2k views

CSS Sticky Footer - No Scrollbar when content div contains lots of text

Im trying to build a sticky footer. I looked at ryanfaits' version and at this one http://matthiasschuetz.com/content/extras/css_template01.html The last one works just fine but the problem is, that ...

1 2