I am posting this for myself and for my brother, John (haha).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head> <body> <style type="text/css"> .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;*/ box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); } </style> <div class="Example_F"> This is a test! We use this! </div> </body> </html> |
Very usefull. Thank you.