|
I am trying to place a border around the body of a page. I would use 4 different images, each representing a different drop shadow. I have not read anywhere online how to do this. Anyone know how to do it?
Here is the code...
body {
margin-left: auto;
margin-right: auto;
margin-top:15px;
width: 779px;
background-color: #41555F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
border-right: IMAGE HERE
border-left: IMAGE HERE
border-top: IMAGE HERE
border-bottom: IMAGE HERE
}
|