Overflow is a CSS property which governs what happens if content overflows its containing box.

learn more… | top users | synonyms

1
vote
2answers
56 views

Double overflow?

I have always wondered what happens in case a double reaches it's max value, so I decided to write this code: #include <stdint.h> #include <iostream> #define UINT64_SIZE ...
3
votes
2answers
24 views

Background of div does not scroll with the contents

I have the following snippet of html that forms an X-Y scrollable listbox * { font-family: "consolas"; } .listbox { border: 1px solid black; padding: 4px; width: 150px; height: ...
0
votes
1answer
22 views

Memoryblock class gives a number after overflow, why and how?

My mac laptop has a 4 GB 1600 MHz DDR3 memory. In a classic MemoryBlock class, class MemoryBlock { public: // Default constructor explicit MemoryBlock(): _length{0}, _data{nullptr} {} ...
0
votes
0answers
13 views

TinyMCE Inline Toolbar Posistion Off Page

Hi I am working with TinyMCE to perform editing functions. But when I use the inline toolbar it goes off the page edge making most options on the toolbar unreachable. Is there a function or parameter ...
0
votes
3answers
25 views

CSS: Handle overflow using the child element

I have an html code in this architecture: <div id="container"> ... some divs ... <div id="results"> ... some content ... </div> </div> the content written ...
0
votes
1answer
7 views

How can a scrollbar be triggered /using overflow property in an angular app (by ng-repeating through elements)?

I have a sidebar in my angular app and I am trying to make one div insight the sidebar scoll through the items and the content in the following div keep the same position (no scrolling). I have been ...
0
votes
0answers
19 views

Replacing a div id and changing css height (with overflow-y: “scroll”) breaks javascript lazy load

I'm doing 2 changes on a div with jQuery: if (jQuery("#geodir-wrapper-content").length > 0){ document.getElementById("geodir-wrapper-content").id = 'geodir_content'; } as well as: jQuery(...
0
votes
1answer
19 views

HTML Table Overflow Into Adjacent Div

I have a table that is 2 pages long. I want the data on the second page to overflow into a second div on the first page. See pictures. Is this possible? One stipulation is that I am generating it as ...
1
vote
1answer
29 views

In CSS, margin and overflow not working

I am new to CSS. I am building a webpage that will have 3 columns - the left one for navigation, the middle one for page content and the right one for external links and notes. First when I went with ...
2
votes
0answers
19 views

CSS3 column count overflow hidden issue

I have an issue with column count. I am using tooltip and parent container cell_wrapper div seems to act like it has overflow hidden. Firefox worked well from the start, I manager to find fix for ...
0
votes
1answer
29 views

Overflow:hidden doesn't appear to work

I am creating a responsive menu and use only html and css for this. But when I try to add content to the site it starts the div in the menu. I already tried to use overflow:hidden on the div around ...
-1
votes
3answers
38 views

Changing the div height dynamically based on the content and setting a vertical scroll bar when it overflows.

I have a div which its height is fixed. Inside that div there are two divs where heights are dynamically changing because of the content inside divs. <div id="panel"> <div id="layerTree"...
0
votes
0answers
10 views

Fixed table width and overflow:auto. How get it to scroll?

I'm trying to understand coding of my Wordpress site better, so I set my mind on eliminating as much as plugins as possible, starting with a table plugin which shouldn't be very hard.. I want the ...
1
vote
0answers
14 views

Adding an `animation` declaration messes up the z-indexes, kind of

Using Bootstrap's native classes, I have a list of .list-group-item elements, in which there are some clickable options, shown as dropdowns in the .dropdown-menu. By default this works fine, even when ...
1
vote
0answers
33 views

Content div with overflow-y not stopping at the bottom of the picture

The content is scrolling right up to the top of the div #photos without it stopping at the bottom of the picture and text D #mainContent { padding: 2px 0; clear: both; float: left; ...
-2
votes
1answer
61 views

Is there a way to do modular exponentiation that requires at most double the Bytesize of the number that is to be modularly exponentiated in C?

In other words is there such an algorithm for : // powmod(m,e,n) = m^e % n unsigned long long powmod(unsigned long m, unsigned long e, unsigned long long n) that it doesn't overflow for let's say ...
0
votes
1answer
43 views

How to stop overflow from interfering z-index?

I have a 'ul' with dynamic data. Each list inside has an user image, and when you hover on the image, an info box will show up on the left side of the 'ul'. When I set the 'ul' to be overflow-y:...
0
votes
0answers
40 views

Limited control over EIP

I am trying out some simple buffer overflows and i have control over my EIP but it seems to be limited to a strict set of characters. For example i have an python script that does the following buff ...
0
votes
1answer
32 views

100% height div disappears

I am attempting a liquid web design that includes a shadow on the outside of the content box. This cal all be seen here: http://mikesidelka.com/2/ So I attempted to do this, by having the content ...
2
votes
2answers
27 views

Is overflow auto in a page applied to HTML or BODY, by default?

In a simple page where there is no overflow property specified, if the content overflows the window scrollbars appear. Is the overflow: auto or scroll applied by the browser by default to the HTML or ...
0
votes
1answer
23 views

How to force datalist items into overflow?

I have a datalist (happens to be primefaces, but I have the same problem with any datalist it seems). In one instance of this page, the datalist has a LOT of members, 100 or so. I don't need to ...
0
votes
1answer
30 views

Python Overflow error multiplication

My code structure for a equation i am working on goes like this. import matplotlib.pyplot as plt for x in range (0 ,20): temp = x * (-1*10**(-9)*(2.73**(x/0.0258*0.8) - 1) + 3.1) ...
-1
votes
0answers
46 views

Buffer Overflow with c to reach a function

I want to make memory buffer overflow for the c file located at http://wikisend.com/download/374050/test What input will the user need to input to execute write_secret function? hint: They told me ...
1
vote
1answer
41 views

Why do I get an integer overflow, and how do I fix it?

Trying to compile the following line in my code breaks: printf("%llu\n", 0x12345678 * 0x12345678); I get this: program.c:45:34: warning: integer overflow in expression [-Woverflow] printf("%...
2
votes
1answer
20 views

overflow:hidden / float property

I really cannot understand why the overflow:hidden makes the float property effect to be erased. here`s the sources below which I'm having hard time with. <div class="float-frame"> <div ...
4
votes
3answers
56 views

Trying to prevent overflow when adding two longs

I am trying to prevent overflow in two situations, one is when multipling a long with a float, and the other is when adding two longs. Like: public static long multiplyLong(long value, float ...
0
votes
0answers
15 views

Android style actionOverflowButtonStyle not working in API Level 14

I had set a customization of the overflow menu button with bees level 18 and everything worked properly. Now I have lowered the level of API at 14 and actionOverflowButtonStyle no longer works. I can ...
0
votes
0answers
11 views

Overflowing horizontal nested list-based menu

I'm sorry for this complex title but it seems that each attribute is crucial for my issue. I have a horizontal menu on three levels. Each level is an unordered list nested on the previous one so the ...
1
vote
3answers
49 views

Does c++ std's inf behave exactly as common-sensical infinity

I was implementing a reasonably complicated numerical algorithm. It contains some exponentials, among which I discovered, upon printing the intermediate result, that there were some overflows of ...
-1
votes
1answer
22 views

Why do my images within an overflow: hidden container expand downward on hover?

Basically, when my images are hovered on, I want them to hover within the container and not bust out, hence the overflow: hidden. The only problem is for some reason, it expands the bottom of the ...
2
votes
0answers
15 views

Why is overflow property coming in the way of background color? [duplicate]

The following is my code (HTML and CSS). <ul class="topnav"> <li> <a href="#Home">Home</a></li> <li><a href="#Contact">Contact</a></li> ...
0
votes
1answer
20 views

absolutely positioned div inside scrollable area not extending beyond viewport

Description When a containing div with overflow:auto or overflow:scroll contains a series of display:inline-block elements such that it pushes the content wide enough to create a scrollbar, a ...
0
votes
1answer
18 views

VBA Excel Overflow error

Can someone please explain the fault in this code? I am getting overflow error. First i thought this might be due to large input values of n1, n2 i am giving in (order 10000), even after decreasing ...
0
votes
2answers
26 views

Border Box and overflow causing problems

If I can ask you to swing by Codepen: and have look in full screen (media queries arent done) you will notice I am having issues solving the layout without using overflow:hidden. You will see that a)...
0
votes
0answers
36 views

Arm Assembly - Zed Board - Calculator Overflow Issue

I've written an arm assembly code on Xilinx SDK to program ZedBoard to act like a calculator. Overall the assembly follows this loop: User input the first number from switches User pushes one of ...
0
votes
1answer
28 views

Css force child div out of parent that has position absolute and overflow hidden

I have an expanding DIV animation: http://codepen.io/gabrielmalinosqui/pen/OyLogq What I now want to do is to add an list inside the the div with a class of "content" The only problem is if my list ...
0
votes
1answer
30 views

Memory overflow confusion in C

this part of the code is just a bit of a task I was solving in school. All I should do is open file oblici.txt and guess the figure inside (10x10 field consisting of # and - showing the figure). So, I ...
0
votes
1answer
27 views

What is the largest value Python 3's int can hold?

I read that sys.maxsize is the largest value Python 3's int can hold. However, it seems not to be the case; I can put much bigger number and it still does not overflow. What is the limit that int can ...
-1
votes
1answer
29 views

overflow-x CSS not working with firefox/IE

I have below code .textareaclasswide{ border:solid 1px #7f9db9; width:460px; height:150px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;overflow-x:auto; } </f:verbatim> &...
0
votes
1answer
19 views

does not checking for faulty function have potential security implications?

Hello there Pythonists, A question hit my mind and I googled it around but didn't have any luck finding an answer for it. Consider the following python messy code: print("hello World") x,y=3,4 def ...
0
votes
0answers
34 views

Python int too large to convert to C long // ERROR

I would like to project a strip projection. After 2^8 bits i get this error message : ***binary = numpy.fromiter(GrayCode(bits + 1).generate_gray(), dtype=numpy.long) % 2 if i replace long with int,...
1
vote
1answer
33 views

Can't recover from a stack overflow

This is a little script I made while learning Python, but for some reason it tells me the it can't recover from the stack over flow. This happens when the another server disconnect. The script: #/...
0
votes
1answer
19 views

Apache FOP image not hide

I set margin-right:1.0in. The last column show the image but hide the text. I know the last column is overflow, but why the the image is showing but the text not? How to hide all of the content ...
0
votes
1answer
43 views

overflow:hidden on a div not working properly - iOS

As of now I'm running into an issue when it comes to testing a website on iOS devices. It seems a DIV element does not carry its overflow:hidden property well. Or at all, really. This is what the ...
0
votes
1answer
19 views

clip a fixed div from a scrolling div underneath

I have a fixed header that I only want to show when it is on top of a specific image. As the user scrolls I want the the fixed header to begin to hide as the image scrolls beneath it <...
2
votes
1answer
61 views

C Programming - using modulo of a sum of unsigned integers which overflows

I have an assignment in University, where I need to write functions for a given main program. It is all in c. So, my problem is that I need to use the module of a sum of two unsigned integers. ...
1
vote
1answer
98 views

Stack overflow error nullable number types c#

I have a simple example of some code that causes a stack overflow exception and wondered if this was a common issue or some kind of bug. I am using a console app to generate some data. It adds ...
-1
votes
0answers
11 views

Shellcode in buffer overflow won't execute properly

I'm actually enrolled in a security course and i'm facing to a wall with an exercise about exploiting a buffer overflow. I have a sample vulnerable server app where i can trigger a buffer overflow ...
0
votes
1answer
28 views

Text goes behind gradient

Im still making a reponsive menu, with scroll controls. I added a gradient on my menu, but I want to, that gradient goes in front of my links and hide them behind it. There's is JSFiddle, you can test ...
5
votes
1answer
51 views

Prevent overflowing elements hidden region from being clickable

I just came across this situation where the hidden region of an overflowing element is still affected by mouse clicks or mouse hovers. I thought that an invisible element or region would not be ...