The CSS `overflow` property defines, how a parent-element should handle the case when child-elements exceed the parent's dimensions. E.g. it could show the overflowing content or clip it.
0
votes
2answers
29 views
Overflow DIV content without fix height
I have two divs: left and right. In the left there is a long text. In the right there are some annotations about the text (more divs). If the text of the left is longer than the annotations I'm like ...
0
votes
1answer
20 views
Firefox doesn't update float-dependent layout on window resize
Ran across an odd issue today. I've been working with a floated menu that works on everything I've tested thus far (not gotten to old IE versions yet...), except firefox. The page renders correctly ...
1
vote
2answers
31 views
overflow:hidden; strange behavior at Internet Explorer on mouse over
On mouse over, the size of the menu increases on Internet Explorer 9.0.8.
I found out that the reason was that the element divider was using the property overflow:hidden.
Why does it influence the ...
0
votes
0answers
9 views
Joomla 2.5 FAQ plugin not working properly in IE7 when it is within the scrolling content
I have installed FAQ in joomla 2.5( http://joomlanook.com/index.php?option=com_content&view=article&id=105&Itemid=75 ).
I have a parent div which has class bmawardspage .
.bmawardspage ...
1
vote
0answers
35 views
CSS: Forcing blocks to appear under a float block if they overflow
I'm creating a page with an image with several blocks of text next to it. I don't want the blocks of text to wrap, because that looks bad. But I also don't want to add "overflow: hidden" because ...
1
vote
3answers
52 views
Overflow not helping hide the flowing links
Here I've got a jquery menu which is working perfectly. But Ive given it a fixed width of 400px and so what happens is that if I add more than certain number of links to the main ul they will flow in ...
1
vote
1answer
38 views
Why is the overflow not working here?
This is my css; I need this to have s scroll or auto overflow for all its content. I can't understand why it is not showing up.
.holder{
display: table;
position: relative;
margin-left: ...
3
votes
1answer
83 views
clear both or overflow hidden , a clearfix solution
I am designing table less website using div elements and i have many floated left and right div elements inside parent div element.
Now, I am using another div element to fix parent div height ...
1
vote
1answer
117 views
Can a RichFaces toolTip be made to overflow outside enclosing extendedDataTable?
The RichFaces extended data table, when rendered, has an outer div which sets all overflow to be hidden. Thus, displaying a tooltip per row doesn't work nicely as the tooltip is partially hidden from ...
0
votes
0answers
93 views
samsung browser in landscape mode scales images with overflow to match container box
Recently I made a responsive landing page for my client and the strangest thing happens when viewing it on the standard browser on my Samsung S3 and Samsung Note 10.1 in landscape mode.
All clipped ...
0
votes
1answer
360 views
How to display a tree in HTML/CSS? nested left-floating divs and wrapping
In HTML/CSS I want to display a data-tree in the following form:
The root node is on the left side. Parent nodes are to the left of child nodes and the first child is always on the same line as the ...
1
vote
1answer
289 views
Fullscreen website with horizontal overflow scroll on 100% width
Hello everyone and sorry for my english mistakes.
I have one problem with my code and I can't find a solution.
I have left sidebar w: 300px h:100% , and I want the right div (content area) to be w: ...
0
votes
0answers
101 views
Why do I get double vertical scrollbar?
I have an issue that by clicking on one link, which is supposed to scroll the page to next section, I get the not so pretty sight-double vertical scrollbars.
My website is divided into sections, and ...
0
votes
1answer
39 views
float elements on a single line, make last one just overflow
I'm doing a time bar for my project, what I'm trying to achieve here is something like this:
/ <- Screen margin
...
0
votes
1answer
41 views
Creating a scrollable block without using div overflow:auto or JS
I'm trying to create an element inside my html page that will contain a table but I want it to have a fixed height and a scrollbar. Since I will be sending this via email and some email clients don't ...
1
vote
1answer
124 views
JQueryUI accordion broken in IE7 when embedded in parent container with overflow:auto set
The JQuery UI Accordion widget doesn't work with longer scrollable content in IE7 when any parent container div has overflow:auto; set on it. I tried setting the innermost child div of the Accordion ...
0
votes
1answer
50 views
Centering an absolute div within an overflow div
I am looking to center a div that is absolutely positioned inside of an overflow div.
Here is my HTML. Fiddle
<header class="contain960">
<div class="brand_logo"></div>
...
0
votes
1answer
64 views
IE9- z-index/overflow issue?
I'm currently working on this site: http://goo.gl/uRGsh
The problem i'm having is that in IE9- the logo in the menu seems to get cut off. Or that is what i think happens, at least. When testing in ...
0
votes
1answer
31 views
How to get overflow hidden like effect in svg tiny
I am bound to use SVG Tiny as it is the only version supported by the browser. How can I achieve an effect similar to overflow: hidden in this version (I have to implement a scrolling effect).
0
votes
1answer
65 views
Unhiding div creates additional unwanted invisible element
I have a webpage with nested divs. The respective css files contain the layout information. I am using the div #callback to display a feedback overlay form. These are the HTML and CSS snippets:
...
0
votes
1answer
168 views
How to “crop” offscreen <div> in iOS safari (on actual device)?
I have some offscreen divs (to be moved in later with transform) on a full width page, but iOS safari (on the actual device) just don't crop it, instead it extends the scrollable area.
You can see ...
1
vote
2answers
161 views
How to hide scrollbar with using oveflow-x:scroll?
I want the div to be scrollable on ipad but I don't want the scrollbar to be seen on the desktop browsers, is it possible? overflow-x:scroll, but the scrollbar is invisible? Remain the scrolling ...
0
votes
1answer
37 views
Text Overflow Correction
i have a div with limited height and limited width. It should display numbers. But beacuse of its limited width i would like to clip its text. But using 'ellipsis' it gets faulty.you can try it ...
0
votes
1answer
43 views
What is the simplest way to turn overflow:visible into a hover-menu?
I'm trying to use only css to turn a nested div and a normal div into something where the top one can be hovered to view more content without moving all the layout around.
Essentially:
[hover me for ...
2
votes
3answers
155 views
Overflow x and y?
I have a div set to hide content with overflow-x and display (visible) content with overflow-y.
Unfortunately it's not working how I'd like it to. It adds vertical scroll bars - I assume this is ...
0
votes
0answers
158 views
How can I create a carousel-type effect with an unordered list whose items do not have a predetermined width?
I've seen a number of questions about this kind of effect whose answers always end up in absolute positioning and/or fixed/predetermined widths on the items. I've done those kinds of carousels before ...
0
votes
2answers
799 views
Two divs side by side in a wrapper div, which should stretch only with one of the divs inside
The title says pretty much everything. I have a wrapper div with two divs floated side by side in it. The contents and its length in both divs varies. The problem is, that I need the wrapper div to ...
0
votes
1answer
753 views
Setting overflow property with twitter bootstrap thumbnails
I am trying to display images of varying height and width in thumbnails of fixed dimensions. To achieve this, i am attempting to resize the image without affecting the aspect ratio, and then hiding ...
0
votes
1answer
227 views
Strange CSS behaviour with overflow?
I'm having some issues with a Joomla template I'm coding. I think it's because of overflow which I applied to avoid floating issues but not sure at all.
First of all, the page gets a scroll bar on ...
0
votes
3answers
88 views
Vertical scroll bars no longer appear when overflow is set to auto
I am working on a JSP site.
I have 3 main concentric divs:
"container" ( contains the entire site )
"content" ( contains the content )
"results" ( inside of "content", contains a large amount ...
1
vote
2answers
277 views
Bottom margin of last child gets hidden when overflow applies
I have a container div which has children anchored to the bottom. The problem is that when the div's overflow scrollbar appears, the bottom margin of the last child gets hidden.
Please see ...
0
votes
1answer
202 views
Box-shadow, float:left and overflow:auto don't like eachother's situation
My box-shadow stops if I use a parent div with overflow:auto. How do I fix this?
Here I found that I need to use position:relative and z-index, but that doesn't seem to work.
HTML:
<ul>
...
0
votes
2answers
140 views
Positioning a constant-height element partly off-screen on bottom of the page
I'm trying to add some decorative flourishes on a page footer with :after pseudo-element.
The problem is that depending on my css code the decorative flourish element(fixed size, uses background ...
0
votes
1answer
506 views
how to incorparate scrollbar inside qtip?
What I am trying here is putting a table inside the qtip and displaying it. But I want that table to have a fixed height and overflow:auto after that i.e. if it exceeds the given height. But somehow I ...
0
votes
1answer
439 views
overflow: hidden not working as I expect
I have a html page that displays a list of images generated by a server, but I don't want to display the bottom 2% of the image. My solution was to use overflow:hidden on the containing div for the ...
4
votes
1answer
306 views
Text overflow in CSS columns
Suppose we have an <ol> or <ul> list with multiple CSS3 columns (the ones with the -(vendor)-column property or its sub-properties). If the last <li> in a column is too high, its ...
4
votes
4answers
537 views
google fonts css overflow behaviour chrome vs firefox
I'm creating a specific function on a webpage that requires CSS overflow to be consistent between Chrome and Firefox (and ideally IE as well). When using common web fonts such as Arial there are no ...
2
votes
1answer
51 views
Why removing the overflow property changes the background color in this example?
I am experimenting with this tutorial codeplay simple navigation with hover.I am not able to understand why removing the overflow: hidden; property from the .navigation class in this tutorial changes ...
4
votes
1answer
3k views
max-height not working on table
On my site, on certain pages, there is a table of boxes that list some info. If there are say 6 items to be displayed, then the table cell containing the info should have a scrrollbar - the cell ...
0
votes
2answers
205 views
Container div and overflow issues
OK, so I have an internal div that is designed to contain text, images, etc.
The images are floated in this instance.
After the internal div is a footer, which is my problem. No matter what I try, the ...
5
votes
1answer
685 views
how to drag from a scrollable div to a droppable and then drag again?
I have a scrollable list on the left of the page (overflow:auto) and several droppables on the right of the page. I found a workaround to allow an element to be dragged from the list to a container ...
1
vote
1answer
222 views
Overflow issue in google chrome
See this page in Chrome: http://jsbin.com/onariz/
Now it looks normal:
Ok. Now if you have a scroll wheel on your mouse this is where you are going to want to use it.
Click with the scroll wheel ...
1
vote
4answers
1k views
Overflow:auto doesn't display horizontal scrollbar
I have a gridview that has some 20 columns and 1000 rows. The grid is placed under <div> tag. Due to such large figures, the div shows the vertical scrollbars, which is fine but it doesn't show ...
1
vote
1answer
237 views
Is there a way to make a div's height depend on one sub div's content but not another?
If I have a div with two sub div's within: is it possible to have height:auto; on the parent element but only apply it to one child element, and have the other set to overflow-y:scroll;?
Here is an ...
5
votes
2answers
8k views
Single finger Scrolling for inner contents (div/iframes) in iPhone Mobile Safari
Sub: iPhone mobile safari web application
i need to show some part of the web page always even user scrolls.
css property position:fixed does not work as we expect. using the overflow:auto ...
0
votes
1answer
655 views
CSS overflow on both sides
My webpage template has a fixed-width div in which I place an image which may or may not be wider than the template. For times when the image is wider than the enveloping div, I'd like the image to ...
7
votes
2answers
2k views
Why does “overflow-y:hidden” affect the visibility of items overflowing on the x axis?
Consider this example:
http://jsfiddle.net/treeface/P8JbW/
HTML:
<div id="test">
<img src="http://ycombinator.com/images/y18.gif" />
</div>
CSS:
#test {
...
2
votes
3answers
1k views
Webpage footer remains on bottom of browser window
I want my footer (on some pages) to remain fixed to the bottom of the browser window regardless of the height of the content. Similar to some of the toolbars you see fixed on the bottom of the ...
0
votes
3answers
3k views
Absolute positioning and overflow-x
I'm going mad (or maybe I just need to go bed :) ) with stuff reported below. The markup is the following:
<div class="mask">
<div id="content-1" class="content-item">
Lorem ...
1
vote
1answer
1k views
How to set a div to use certain percentage of the height, while using overflow:auto to put a scrollbar?
I have the following code:
div.leftnav {
overflow: auto ;
height: 50% ;
}
That, when I set a big div of this class, does not work (it doesn't show the scrollbar nor resize it to 50%, ...

