tags:

views:

60

answers:

1

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 > something, I don't know, do you know? lol

If you know, many thanks :)

+2  A: 

You may want to check out the following:

It works in all modern browsers, except in IE6, where you can fail gracefully with a conditional stylesheet.

Daniel Vassallo