|
If your width is static (like that site) then you can create a single horozontal image with the drop shadows being defined outside the width of the site. If you want an example, just right-click on the border and select "Save Background As" - open it in explorer and you'll see how they created it.
If you're site is scalable, meaning that it changes width depending on the view or screen resolution of the user, then you'd have to break that image apart and have one for the left and one for the right. Put them into place using CSS and you're all set.
Hope that helps.
|