<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>EXPO 2010 SHANGHAI CHINA</title>
</html>
<frameset rows="110,*,50" framespacing="0" border="0">
 <frame name="gnb" src="header.html" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
 <frame name="contents" src="./exhib/exhib1.html" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="auto">
 <frame name="footer" src="../../common/html/footer.html" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
 <noframes>
  <p>This frameset document contains:</p>
  <ul>
   <li><a href="./site/site.html">관련사이트</a></li>
  </ul>
 </noframes>
</frameset>
</html>

[참고 - http://www.w3.org/TR/REC-html40/present/frames.html]

* 본문 DTD는 반드시 Quicks Mode로 설정합니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

iframe
* iframe width와 height를 style로 설정하지 않는다! FF과 Opera에서 스크롤 생김

<iframe name="contents" src="./exhib/exhib3.html" width="" height="" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto">
 [Your user agent does not support frames or is currently configured
 not to display frames. However, you may visit
 <a href="./exhib/exhib3.html">the related document.</a>]
</iframe>

frame 효과 jQuery study 하기!! (ie6에서 좀 뻔쩍거림.. -_-)
http://www.rga.com/

'all' 카테고리의 다른 글

block/inline element  (0) 2010.03.23
html markeup guideline  (0) 2010.03.19
font, generic font families  (0) 2010.03.19
[jQuery] FAQ (display:none; display:block 사용)  (0) 2010.03.19
opacity  (0) 2010.03.18

+ Recent posts