-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to do a seemingly simple webpage layout, but I'm hitting a wall.
I'd like to do everything purely with CSS (no tables to much things up, and no javascript dynamically resizing things)
I'd like to have:
A heading with a fixed height
A footer with a fixed height
Left sidebar with a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to have a 2 column layout, and have the left column able to be 200 px at first, and have a "shrink" button to shrink it down to 10px, and have the right column expand to fill all the rest of the available space. Then if they click on the "show" button (which will be all they see in the now…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I am making a website with quite a problematic layout. There are four corner images TL, TR, BL and BR indicated by black blocks. The dark orange area is the main content (to a width of 960px), with the outside area denoted by the green arrow as the browser window. See diagram:
The top image…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to create a dialog with a title, borders (left, right, bottom) as well as the content. The current source code:
<html>
<body>
<div style="background: #0ff; width: 152px; height: 112px; position: absolute; top: 24px; left: 128px; display: table">
<div style="display:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am trying to make a chatroom layout like the following:
Now my problem is that I am not sure how to have the container box occupy the whole width and height (with valid doctype) and then make the center div grow if the window grows keeping the rest constant.
i am well aware of js/css…
>>> More