September 13, 2000 - Dos and Donts for Filters
September 13, 2000 Dos and Donts for Filters Tips: September 2000
Yehuda Shiran, Ph.D.
|
height
width
position: absolute
contentEditable: true
When you nest an object inside another object, make sure the outermost object is positioned as absolute. Filters are ignored for any positioned objects nested inside nonpositioned objects, such as positioned SPAN
inside nonpositioned DIV
.
Filters are ignored for the following objects:
OBJECT
, EMBED
, and APPLET
elements.
SELECT
and OPTION
form elements.
TABLE
, TR
, THEAD
, TBODY
, and TFOOT
table elements.
Learn more about filters in Column 68, Introduction to Filters in IE 5.5 and Up.