°³Ã¼ÀÇ ¿øº» ³»¿ëÀ» ÃÊÁ¡À» È帮°Ô ÇÏ¿© Ç¥ÇöÇÑ´Ù.
Script | object.style.filter='{progid:DXImageTransform.Microsoft.](propVal)' |
HTML | <ELEMENT style="filter:{progid:DXImageTransform.Microsoft.](propVal)"> |
progid:DXImageTransform.Microsoft. ºÎºÐÀº »ý·«ÀÌ °¡´ÉÇϳª È¿°ú°¡ ´Ù¸¦ ¼ö ÀÖ´Ù.
¾ÖÆ®¸®ºäÆ® | ¼Ó¼º | ¼³¸í |
---|---|---|
enabled | Enabled | ÇÊÅÍ°¡ ÀÛ¿ëÇÒ ¼ö ÀÖ°Ô ÇÒ °ÍÀΰ¡¸¦ ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù. true: »ç¿ë°¡´É, false:»ç¿ë ºÒ°¡´É |
makeShadow | MakeShadow | ³»¿ëÀÌ ±×¸²ÀڷΠǥÇöµÉ °ÍÀΰ¡¸¦ ºÎ¿ï°ªÀ¸·Î ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù. |
pixelRadius | PixelRadius | Èå·ÁÁö´Â ¹üÀ§ÀÇ ¹Ý°æÀ» Çȼ¿ ´ÜÀ§·Î ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù. |
shadowOpacity | ShadowOpacity | Blur ÇÊÅÍ·Î »ý¼ºµÇ´Â ±×¸²ÀÚÀÇ ¼±¸íµµ¸¦ ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù. |
A, ACRONYM, ADDRESS, B, BDO, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, CITE, CODE, CUSTOM, DD, DEL, DFN, DIR, DIV, DL, DT, EM, FIELDSET, FONT, FORM, FRAME, FRAMESET, hn, I, IFRAME, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=file, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=reset, INPUT type=submit, INPUT type=text, INS, KBD, LABEL, LEGEND, LI, MARQUEE, MENU, NOBR, OL, OBJECT, P, plainText, PRE, Q, RT, RUBY, S, SAMP, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TD, TEXTAREA, TH, TT, U, UL, VAR, XMP |
<STYLE> .divClass{width:500;font-size:30;line-height:1.2em;font-weight:bold;} .aClass{width:700;border:solid 1 blue;padding:1;margin-bottom:5;background:efe} </STYLE> <DIV class="divClass"><IMG src='../../gif/rfproperty.gif'> Á¤»ó À̹ÌÁö</DIV> <DIV class="aClass"></DIV> <DIV id=areaA class="divClass" style="filter:progid:DXImageTransform.Microsoft.Blur(Enabled=true,makeShadow=true)"> <IMG src="../../gif/rfproperty.gif"> Blur È¿°ú</DIV> <DIV class="aClass"><SCRIPT>document.write(areaA.style.filter)</SCRIPT></DIV> <DIV id=areaB class="divClass" style="filter:progid:DXImageTransform.Microsoft.Blur(Enabled=true,makeShadow=true,shadowOpacity=.5)"> <IMG src="../../gif/rfproperty.gif"> Blur È¿°ú</DIV> <DIV class="aClass"><SCRIPT>document.write(areaB.style.filter)</SCRIPT></DIV> <DIV id=areaC class="divClass" style="filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,shadowOpacity=.9,PixelRadius=4)"> <IMG src="../../gif/rfproperty.gif"> Blur È¿°ú</DIV> <DIV class="aClass"><SCRIPT>document.write(areaC.style.filter)</SCRIPT></DIV> <DIV id=areaD class="divClass" style="filter:progid:DXImageTransform.Microsoft.Blur(shadowOpacity=.1,makeShadow=true)"> <IMG src="../../gif/rfproperty.gif"> Blur È¿°ú</DIV> <DIV class="aClass"><SCRIPT>document.write(areaD.style.filter)</SCRIPT></DIV> <DIV id=areaE class="divClass" style="filter:progid:DXImageTransform.Microsoft.Blur(shadowOpacity=.8,makeShadow=true)"> <IMG src="../../gif/rfproperty.gif"> Blur È¿°ú</DIV> <DIV class="aClass"><SCRIPT>document.write(areaE.style.filter)</SCRIPT></DIV>