½ºÅ©·Ñ¹Ù°¡ ÀÛ¿ëµÇ´Â°¡¸¦ ºÎ¿ï°ªÀ¸·Î ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.
| yes | µðÆúÆ®À̸ç, ½ºÅ©·Ñ¹Ù°¡ ÀÛ¿ëÇÑ´Ù. |
| no | ½ºÅ©·Ñ¹Ù°¡ ÀÛ¿ëÇÏÁö ¾Ê´Â´Ù. |
| auto | ³»¿ëÀÌ »ç¿ëÀÚ Áö¿ªÀ» ÃʰúÇÏ¸é ½ºÅ©·Ñ¹Ù°¡ ÀÛ¿ëÇÑ´Ù. |
ÀÌ ¼Ó¼ºÀº Àбâ/¾²±âÀÌ¸ç µðÆúÆ®°ªÀº yesÀÌ´Ù.
IE6¿¡¼ Ç¥ÁØ ºÎÇÕ ¸ðµå·Î !doctype¿¡¼ ¼±¾ðÈú ¼ö ÀÖ´Ù.
À̼ӼºÀº IE6ºÎÅÍ HTML ¿¤·¹¸àÆ® °³Ã¼¿¡µµ Àû¿ëµÈ´Ù.
| °³Ã¼ | script | HTML | ±Ô°Ý | IE |
|---|
<SCRIPT>
document.body.scroll='auto';
document.all.tags('html')[0].scroll='auto';
str='document.body.scroll='+document.body.scroll+'<BR>';
str+='document.all.tags("html")[0].scroll='+document.all.tags('html')[0].scroll+'<BR>';
document.write(str);
</SCRIPT>