A CSS property which governs what happens if content overflows it's containing box
0
votes
0answers
18 views
jQuery animate is backtracking every click
I have an overflow:hidden on my main feature area and am animating an innner feature area to go through a series of images contained within. Each image is set up in a 533px area, which is the size of ...
0
votes
0answers
16 views
Isotope and Lightbox - like overlay : How to do it?
I wish to use isotope.js and a lightbox-like overlay together to create a cool, filterable photo gallery or information page, where you click an item to get a popup with more info.
Here is a jfiddle ...
0
votes
3answers
56 views
C- Fix Stack overflow in Recursion
A code in C to find maximum of an array using divide and conquer but it keeps throwing
"stack overflow exception" . Help would be appreciated!
int a[10];
int find(int l,int h)
{
int x;
...
0
votes
1answer
17 views
Internal links inside div overflow: hidden
Hello I would like to make a overflow: hidden div that contains all my sections in my one-page design. Like http://www.nathanieldeal.com
Can anyone help me. Also if you have a better idea instead of ...
0
votes
1answer
17 views
Stop text overflowing in straight line using display:inline;? [closed]
<li>
<span style="vertical-align:top; line-height:20px; width:300px; max-width:300px; position:relative; height:100%; display:inline-block; padding:30px; border-right:5px #e4e4e4 solid; ...
0
votes
0answers
6 views
add vertical scrollbar on jquery ui modal-dialog
i have a link to open modal dialog which inside of content has load data from server , then put it in the dialog in HTML's format,but the content is over from standard height of dialog body , how can ...
1
vote
1answer
32 views
Find Rows in table with a value that cannot convert to int
I need a way to detect rows in a table in MSSQL with varchar entries that cannot be converted into an int.
The system I'm working on uses an editable varchar field in one place, and joins that to an ...
0
votes
1answer
26 views
Overflow Exception when using BigInteger in VB.NET
I'm trying to write a program that encrypts and decrypts short messages in RSA, so I've been using the BigInteger object to store the large numbers. The encryption works properly, but when I run my ...
0
votes
0answers
22 views
Facebook Like popup disappears almost immediately
this community has helped me to solve many issues in the past but this time I couldn't find any answer - not here and not on any other website - so I registered to kindly ask you for help.
I'm ...
2
votes
0answers
34 views
Overflow scroll with padding Webkit v. Firefox
I'm trying to figure out why padding is included in this scrolling content for Chrome (Mac Version 27.0.1453.110) but not in Firefox (Mac 21.0). I'm using the box-sizing: border-box; When I hit the ...
1
vote
2answers
21 views
Completely remove <div> overflow
When using overflow: hidden, it does just that. Is there I was I can actually remove the overflow? For example, if you hide the overflow of one div, then have another directly under it, the overflow ...
0
votes
0answers
6 views
IE makes div huge when emptying it - Is there a workaround?
I've got a fiddle with a reproduction of what I think is a bug in Internet Explorer. Here's the basic idea:
#container {
border: 1px solid black;
position: absolute;
}
#target ...
0
votes
1answer
10 views
Mobile browsers: overflow-x creating white space off right side of viewport
Whenever I code a responsive website that can scale all the way down to the size of a watch, there is an overflow of white space off to the right of the viewport that enables the horizontal scroll ...
0
votes
0answers
8 views
Collapsing margins and hiding overflows?
this is probably a bit of a stupid question so I apologise in advance, currently my website has a container, with a header inside that, and a h1 inside that.
The margins were all set to 0, I wanted ...
0
votes
2answers
47 views
Responsive Site - Phantom width causing horizontal scroll bar
I am building myself a portfolio website that is causing me a lot of grief in trying to make it responsive. It didn't start out responsive which was my first mistake but I have gotten so close to ...
0
votes
0answers
13 views
scroll bar on div with overflow:auto and percentage height
Is it possible to create a div that adjusts to the size of the browser and is also scrollable.
I want to use overflow:auto on the div and percentage height of 90%.
The structure of the page is
...
0
votes
1answer
16 views
scroll div but not entire webview
Is it possible to prevent a uiwebview from scrolling around, but to also have a div that can scroll?
I have a jquery navbar and want a scrollable div underneath with many images. I'd like to be able ...
0
votes
1answer
60 views
div contents scrolls back up when using overflow: auto in IE 10
I am trying to add multiple input elements and other data inside a div and using overflow:auto for that div (using jquery to show/hide that div)
It works fine in Firefox browser but in IE (10) the ...
0
votes
2answers
46 views
drop down div inside a parent with overflow set to hidden
Ive got the following for the parent div:
#parent {
overflow: hidden;
}
And the following for the inner div which is a drop down div. When click to show, a part of the drop down which goes below ...
0
votes
2answers
42 views
postgres + hibernate, sequence in database is negative, why?
we have a very strange behaviour on our productions system.
db: posgres 9.0.13
spring: 3.1.2.RELEASE
hibernate: 3.5.3-Final
clustered tomcat setup with 5 tomcats running the same web app and ...
0
votes
1answer
24 views
Manage vertical overflow of a container in HTML
I have an HTML structure loike this:
<div style="max-height: 520px;">
<div style="height: 250px;">
[...]
</div>
<div style="height: 250px;">
[...]
</div>
...
0
votes
0answers
13 views
content stepping over border when doing a CSS translate
I have a circle div with border-radius 4px thick and overflow hidden. There are two elements inside.
When I move the elements inside it using a CSS transform they step over the border of the parent ...
0
votes
0answers
28 views
hornetQ ClientConsumer receive Message ,VM memory is Overflow
i have a question about HornetQ JMSBridge:
i modifid the hornetQ source codes, i want to use ClientConsumer(have successful init) to get msg in the local HornetQ and use JMS producer to send msg to ...
0
votes
1answer
16 views
HTML Autoresize “without notice” driving me bananas
First of all, I am sorry for the informal title. I wished to express how I really feel about the issue. I've been cleaning up some things on my site, http://www.gfcf14greendream.com/, and through ...
0
votes
1answer
32 views
Ugly scroll bars with overflow: scroll in Safari, Firefox
I'm building a page here with the entry content in the middle set at a fixed height with overflow: scroll so as to show all the content
http://www.avgdigital.co/elena_urioste/category/biography/
...
0
votes
1answer
49 views
Floated div 100% height of parent inline-block div
I am making a simple slideshow and I have got the javascript working very easily. However the layout is not going as well. The current image is display in big with a fixed width of 80% and the height ...
2
votes
1answer
42 views
multiple floated divs-overflow hidden, partial view
Here's the set up:
I have a 100% width div that allows for the input of multiple images (this is in wordpress). I have a class set up that floats those images left. The overflow is hidden, but I want ...
0
votes
1answer
33 views
hornerq JMSbridge acknowledge
I learning Hornetq code recently, and have a doubt about JMSbridge.
you can see, there has a fun named "sendMessages()" in the JMSbridgeImpl.java. the fun send msg to the remote JMSServer, but ...
0
votes
1answer
57 views
inline-block fluid layout, child content will not expand parent container
I asked a question earlier on here pertaining to a fluid 3 column layout I'm developing in a custom drupal front page and contributors suggested I switch from absolute container divs that use margins ...
0
votes
0answers
16 views
JavaScript Video Player Overflowing Border Radius
I am hoping you can help me, though I am not sure there is a solution that will work. I need to use a Javascript video player in my website. I can't use the HTML5 video tag because our video ...
0
votes
1answer
19 views
How do you use overflow hidden with unordered list?
This is what I'm trying to achieve:
-
-
What am I missing here? I want to keep my unordered list on one single line and be overflow:hidden... I know that I could also re-write the html in a way ...
0
votes
1answer
55 views
White corner showing on black box with Border-radius
I am getting a odd effect (currently in chrome). I have created my own overlay dialog box. which has a semi transparent background sitting on top of my website with a box on top of that. the top of ...
0
votes
0answers
22 views
PHP & FPDF - Prevent Overflow In MultiCell
I'm using FPDF to create a formular with some MultiCell() objects.
my problem is, that i pass userdata into the MultiCells and this causes an overflow of the text outside the border of the multicell.
...
0
votes
1answer
24 views
how to solve overflow errors on mikroC for PIC?
My program has several images, I want to do something like a menu with LCD and a keypad.
It was working fine untill the moment that I got two erros:
> Recursion or cross-calling of 'lcd_write'
...
0
votes
0answers
31 views
Firefox scrollbar unresponsive to click using overflow auto and pointer-events none
Scrollbar in boxes with both overflow auto and pointer-events none are not responsive to clicks in firefox.
I have created a very basic jsfiddle reproducing the bug:
http://jsfiddle.net/PgaeC/2/
...
1
vote
1answer
61 views
Is std::atomic redundant if you have to check for overflow or act conditionally?
You can safely increment and decrement std::atomic_int for example. But if you need to check for overflow or execute some routine conditinoally based on the value, then a lock is needed anyway. Since ...
-1
votes
4answers
39 views
I am having an issue with overflow? [closed]
I can't get a scroll bar in my website to disappear.
I have already applied the following:
#main_inner {
width: 825px;
float: left;
height: 300px;
overflow: hidden;
}
Here's the ...
0
votes
1answer
26 views
Overflow in DataTable when the float data in a column has too many digits after comma
I'm getting data from Oracle DB to a DataTable via OracleDataAdapter.
But when the Oracle Number column in a row has too many digits in DB i get a System.OverflowException: Arithmetic operation ...
0
votes
0answers
12 views
Background video container won't apply overflow: hidden in Firefox
I'm trying to get firefox to apply overflow hidden to an container element with a video in it.
It works fine in Safari/Chrome, and works on one page in Firefox but not the other, even though as far ...
0
votes
5answers
36 views
Scroll doesn't work
So I have this page, with a background image, that fill up 100 % of the page. The problem is that now my scroll doesn't work, which gives problems on small screens, because the user then not are able ...
1
vote
1answer
41 views
VBA Overflow Error 6 — simply when terminating a class
I am trying to debug code that typically functions properly and has been in production for a while, but has some errors associated with particular case runs.
I have a class called "Guarantee", and a ...
0
votes
3answers
47 views
Memory collision in Stacks
So I understand what a stack overflow is, when memory collides (and the title of this website) but what I do not understand is why new entries to the stack are in a decremental memory address. Why are ...
0
votes
0answers
19 views
List items lose their width in IE 7 when using “overflow: auto”?
I have the following navigation bar with dropdown menus: http://jsfiddle.net/E6wg2/embedded/result/
As you can see, I restrict my dropdown menus (#navBar > ul > li > ul) to a max-height of ...
-1
votes
1answer
18 views
Where to set 'overflow' value in FB Like Button…?
Its specified in Facebook Developer Docs that when user presses FB Like Button, the popup/flyout doesn't appear fully due to other HTML element, the 'overflow' property is hidden and it can be ...
0
votes
1answer
27 views
Overflow stops working when z-index is changed
I have a container div with overflow:hidden wrapping a bunch of smaller divisions. They all have z-index: 1 including the container. All are positioned fixed.
When I change the size of the smaller ...
1
vote
2answers
40 views
Display Table and Overflow Hidden
I am making Img hover for fun. But now I have some text in my div. I used the code:
display: table-cell;
vertical-align: middle;
to get the text beautifully centered in my div. And I also have this ...
0
votes
2answers
35 views
CSS boxing long not-wrapped texts with scroll and not autoexpands
I've been trying to solve a problem using tables created using <div></div> and I have an ugly problem when things inside a cell go beyond a small size.
Here I leave an example:
...
-1
votes
0answers
31 views
How to make a website without vertical scrolling that can fit multiple screen resolutions [closed]
I am a photographer and I am trying to display images that would take up 90% of the vertical space of a screen without overflowing and allowing a scroll bar. I can make the website I would like but I ...
0
votes
0answers
20 views
Remove horizontal scrollbar without the use of overflow hidden - Royalslider issue
I need the overflow visible for the Royalslider div, and its a responsive design so its not that important to me to keep the horizontal scrollbar in place. Actually, the best option for me to use, ...
2
votes
3answers
86 views
Can I specify whether to cap or overflow integers in C/C++?
Can I chose whether to cap or overflow integer values in C/C++? Or are those compiled dependent?