top
Expand Minimize
This topic has not yet been rated - Rate this topic

boxShadow property

Specifies one or more set of shadow values that attaches one or more drop shadows to the current box.

CSS Backgrounds and Borders Module Level 3, Section 7.2Internet Explorer 9

Syntax

Integer value = object.put_boxShadow( v);Integer value = object.get_boxShadow(* sShadow);

Property values

Type: BSTR

none (none)

Initial value. Indicates there is no shadow.

shadow (shadow)

A comma-separated list of shadows, each specified by two to four nonzero length values, an optional color, and an optional inset keyword. See Remarks for specific information about usage.

String format

none | <shadow> [ , <shadow> * ]

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Valuenone

Standards information

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

How to Add Drop Shadows with CSS3

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.