To apply an Internet Explorer filter in compliance with correct CSS syntax, add the style ____.

A. filter: progid:DXImageTransform.Microsoft.filter(param);
B. -ms-filter: "progid:DXImageTransform.Microsoft.filter(param)";
C. ms-filter: "progid:DXImageTransform.Microsoft.filter(param)";
D. -ms2010-filter: ? "progid:DXImageTransform.Microsoft.filter(param)";

Answer: B

Computer Science & Information Technology

You might also like to view...

The New Slide option appears on both the ________ and Insert tabs

Fill in the blank(s) with correct word

Computer Science & Information Technology

The delete operator should only be used on pointers that

A) have not yet been used. B) have been correctly initialized. C) point to storage allocated by the new operator. D) are appropriately dereferenced. E) None of the above

Computer Science & Information Technology