The information in this article applies to:
SYMPTOMS
When a Visual Filter such as an Alpha or Blur filter is defined for a <DIV>
or <SPAN> element, the filter is not applied and no visual effect is
displayed.
where elementID is the ID of the element on which the filter is defined. CAUSEVisual filters can be applied to DIV and SPAN elements only if they have the following style attributes explicitly defined: width, height, or absolute position. RESOLUTION
When using a <SPAN> or a <DIV>, be sure to specify at least one of the
three required cascading style sheets (CSS) attributes:
The following example illustrates this, with the required absolute position attribute defined:
STATUSThis behavior is by design. MORE INFORMATION
Visual filters can be applied only to HTML elements that are controls. A
control element defines a rectangular space within a browser window when
the browser renders the Web document. Controls cannot be windowed, such as
an IFRAME. Here are the valid HTML controls:
REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words: span div transition filter
Keywords : kbIE400 kbIE500 AXSDKIEScripting AXSDKScripting |
Last Reviewed: April 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |