Friday, February 06, 2004

shadowbox

You can use CSS to put a shadow or any other image inside a textbox.

.shadowbox
{
background-image: url(../images/shadow.gif);
border: Solid 1px Black
}