Quote:
Originally Posted by billstelling
This will help..
Code:
#Example_E {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}
or
Code:
#Example_F {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px #888;
box-shadow: 0 0 5px 5px #888;
}
http://www.css3.info/preview/box-shadow/
|
Hope you guys dont mind me jumping in (dont mean to hijack) just interested in this also
just tried the code but it doesn't cover the top of the page