View Single Post
Old 03-06-2008   #3 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 110

It's most likely done with CSS and an image.

Create an image like the one attached (or use the one I've attached) that contains the shadow based on the width of your content. Then in the head of your pages add the following code:

Code:
<style type="text/css">
body { background: #fff url(path/to/shadow.gif) repeat-y center top; }
</style>
Attached Thumbnails
how-make-shadow-border-shadow.gif  
Jolt is offline   Reply With Quote