Tagged Questions
6
votes
5answers
4k views
Is it possible to prevent just horizontal scrolling when overflow-x is hidden?
I have a web page that has content which extends past the right edge of the browser window. I set overflow-x: hidden on <body> to turn off the bottom scrollbar, but I can still scroll ...
1
vote
0answers
40 views
Bootstrap Carousel Overflow:Hidden Breaks Dropup Button
With Twitter Bootstrap, the .carousel-inner style is preset as:
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
such that overflow: hidden; causes a dropup button to be ...
0
votes
1answer
19 views
Hide window scrollbar with Overflow-y set to scroll
I came across this site Teehan and Lax (http://www.teehanlax.com/) and saw that when you click on the top menu, a set of links dropsdown. The containing div is set to
#main-nav-drop{
...
0
votes
0answers
12 views
Search Results page destroys background
Here is the original site. usahvacsupply.com Once you search an item, the search results take over the whole page and kill the background. I'm not sure how to control the overflow. The part of the ...
0
votes
0answers
12 views
Show/Hide divs when fixed size div scrolls/overflows
I have a fixed size div with dynamic content, set to overflow-y: scoll;
The effect I'm trying to achieve is if the inner dynamic content is larger than the outer div size and the user starts ...
0
votes
1answer
24 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
48 views
HTML button element to toggle CSS overflow on page
As the title states I want to create a button which enables/disables overflow:hidden in the page. and the default stance should be that the overflow:hidden is active and the page cant be scrolled.
I ...
0
votes
1answer
85 views
Have a fixed position div that needs to scroll if content overflows
I have actually two issues, but lets resolve the primary issue first as I believe the other is easier to address.
I have a fixed position div on the left side of the scroll for a menu. Right side is ...
1
vote
1answer
57 views
Set the initial Y value of an overflowed div or iframe?
Is it possible with javascript or plain html to set the initial y coord, of a div with a scrollbar (overflowed)
I've tried everything under the moon and with anchor tags I've been able to move the ...
6
votes
8answers
2k views
javascript css check if overflow
What's the easist way to detect if an element has been overflowed?
My use case is, I want to limit a certain content box to have a height of 300px. If the inner content is taller than that, I cut it ...
0
votes
2answers
116 views
IE Scrollbar + Overflow Scroll + div on top of the
I have two divs. One div (copy) has a css overflow property set to auto. The other div (overlay) sits on top. I can not change the z-index of these two divs, because visually the overlay needs to be ...
2
votes
2answers
55 views
how to wrap text around an image at the bottom of the parent
How can i make a paragraph text wrap around an image or any other element when the element is at the bottom of the parent element?
Markup:
<div class='post'>
<p ...
1
vote
2answers
267 views
Bootstrap modal footer hides dropdown menu issue 2
I'm experiencing the same problem issued here. The bootstrap timepicker plugin's dopdown menu is hidden below modal footer.
The workaround suggested in the reference doesn't fit my exigencesm since I ...
2
votes
0answers
71 views
How to get Mac smooth scrolling to work on an element
I've created a virtual-rendering implementation (similar to what you would find in the project SlickGrid). Everything seems to be working very well, with one problem: On Mac, smooth scrolling (the ...
1
vote
1answer
54 views
Jquery stack overflow in IE
I got "Stack overflow at line: 2" in IE8. Line of error is:
return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b
in jQuery. Any Idea?! ...