3.133.12.172 |    

Navigation

Google Advertisement

Zeigt um ein Blockobjekt einen Schatten an.

shadow
  1. .shadow {
  2.  /** OffsetX OffsetY BlurRadius Color **/
  3.  -moz-box-shadow: 2px 2px 4px #444;
  4.  -webkit-box-shadow: 2px 2px 4px #444;
  5.  box-shadow: 2px 2px 4px #444;
  6.  /* For IE 8 */
  7.  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  8.  /* For IE 5.5 - 7 */
  9.  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
  10. }
Parsed in 0.001 seconds at 309.39 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 2 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)