2010-04-17 20:13:10 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<style>
|
|
|
|
|
|
|
|
#thediv {
|
|
|
|
width: 400px;
|
|
|
|
height: 250px;
|
|
|
|
position: absolute;
|
|
|
|
top: 40px;
|
|
|
|
left: 40px;
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: 0px 0px 10.5px black;
|
2010-04-17 20:13:10 -07:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div id="thediv"> </div>
|