All Questions
Tagged with fixed-width overflow
5 questions
2
votes
2
answers
782
views
Child element expanding parent's width despite negative margin and overflow.
I'm trying to make a centered page with a fixed width containing a single element expanding above these borders (as Design element).
In wide viewports it works as expected, but when the window gets ...
0
votes
1
answer
38
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 ...
51
votes
2
answers
43k
views
Fixed width div on left, fill remaining width div on right
I want a div with a fixed width image on the left and a variable width div with a background color, which should extend its width 100% on my device.
I can't stop the second div from overflowing my ...
2
votes
1
answer
2k
views
Adding overflow-y to block element causes width to decrease.
This is what I have, I have left div, and a right div. The left div is a fixed width, and floated left. The right Div is a "display: block" to make it full width, and has a margin on the left to ...
0
votes
2
answers
597
views
Why is my menu DIV overflowing its parent?
The menu div is overflowing the parent.
"Science is but a perversion of itself..."
<div id="header">
<h1>TITLE</h1>
</div>
<div id="...