0
votes
1answer
32 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
19 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
25 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
33 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
35 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
202 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
327 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
23 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
49 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
83 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
52 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
131 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
63 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
104 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
65 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 ...

1 2 3 4 5
15 30 50 per page