Full page border | CSS
Isn't there a CSS way of having the page to get a border around the page, even if the content was not big enough for the page to scroll and there's still a border around the page. I think I remember I saw one CSS method before was like something > som开发者_如何学Pythonething, I don't know, do you know? lol
If you know, many thanks :)
You may want to check out the following:
- CSS Trick: Creating a Body-Border (Live Example)
It works in all modern browsers, except in IE6, where you can fail gracefully with a conditional stylesheet.
精彩评论