묻고답하기
익스플로러 8.0 코딩 에러(호환관련) 질문입니다
2010.02.21 23:04
홈페이지를 제작했는데 익스플로러 8.0버전에서 아이프레임 세로길이가 확 줄어드는 에러현상이 일어납니다.
에러나는 해당 페이지 http://ecfac.com/st/portfolio.html
브라우저 7.0에서 제대로 작동되는 페이지는 파일로 첨부했습니다.
관련소스(portfolio.html)
(아래에 아이프레임으로 호출한 포트폴리오 갤러리는 웹상에서 설치하는 xml 갤러리입니다. http://ecfac.com/st/gall.html
이 페이지 개별로는 제대로 작동하는군요.)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>+++St.FactOry+++</title>
<script language="JavaScript" src="flash.js">
</script>
<style type="text/css">
body {
height:100%;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(img/gall_bg.jpg)undefined;
}
.style1 {font-size: 14px}
.style5 {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.main { width:100%; height:100%; position:absolute;}
.gall { width:960px; height:500px; position:absolute; left:50%; left:50%; margin-top:-550px; margin-left:-480px; }
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src="a[i];}}
}
//-->
</script>
<script language="javascript" src="system/flashWrite.js"></script>
</head>
<body style="border: 0px; margin:0; overflow-x:hidden; overflow-y:hidden;" bgcolor="#FFFFFF">
<div class="main">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/navi_gall.jpg" border="0" usemap="#Map" /></td>
</tr>
<td width="100%" height="100%"><iframe src="gall.html" name="test" width="100%" height="750" scrolling="Auto" frameborder="0" id="test" style='border:1 solid #BCBCBC'> </iframe></td>
</tr>
</table>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="237,31,289,45" href="http://ecfac.com/bbs/zboard.php?id=guest" target="_self" />
<area shape="rect" coords="177,30,231,44" href="portfolio.html" target="_self" />
<area shape="rect" coords="122,31,173,44" href="profile.html" target="_self" />
<area shape="rect" coords="63,30,114,43" href="index.html" target="_self" />
</map></body>
</html>