08-13-2009, 03:07 PM
same as my tutorial about rounded corners
just add this css tag on your tborder class:
also this is all self explanatory.. feel free to ask then..
enjoy!
more details about css border shadow can be read here:
http://www.css3.info/preview/box-shadow/
Thanks,
Chonghua
just add this css tag on your tborder class:
Quote:.tborder {
background: #fff;
width: 100%;
margin: auto auto;
border: 1px solid #000;
Quote: -moz-box-shadow: 2px 3px 5px #ccc;-moz-border-radius-topleft: 10px;
-webkit-box-shadow: 2px 3px 5px #ccc;
-moz-border-radius-topright: 10px;
}
also this is all self explanatory.. feel free to ask then..
enjoy!
more details about css border shadow can be read here:
http://www.css3.info/preview/box-shadow/
Thanks,
Chonghua