Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
making a shadow border themes
#1
same as my tutorial about rounded corners

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;
-webkit-box-shadow: 2px 3px 5px #ccc;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}

also this is all self explanatory.. Big Grin 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
Reply
#2
Thank you for supplying me with this information. Smile
Reply
#3
can you show me what the differance is, sorry i like pictures cause i can see exactly the affect it has and can do, thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)