CSS - Page border
CSS - Page border
Out of context: Reply #9
- Started
- Last post
- 15 Responses
- Nightshade0
seeessess' http://cssdesk.com/5LDRe solution is nearly right - but doesn't work if there is a small amount of content - see http://cssdesk.com/RuaXp
The black border should fill to the bottom of the browser window in this case. If I apply height: 100% to .wrapper to fix this, it pushes the border below the window height, causing scrolling.
I wonder if this is possible without some JS...