태그 질문드려요

태그 질문드려요

QA

태그 질문드려요

답변 2

본문

http://oneend.co.kr/test/index.php 

위 주소보시면 가운데 부분을 아이프레임으로 해놓았거든요 

왼쪽하고 오른쪽부분이 세로 100% 지정해도 안되더라구요 ㅡㅜ

왼쪽 오른쪽 회색부분을 세로100%로 되게하고 가운데 아이프레임 부분 가로 스크롤을 아예 안나오게 하려면 소스수정을 어찌해야할까요? 고수님들의 도움부탁드려요 ㅡㅜ

 

 


<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
</style>
</head>
 
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="00">
  <tr>
    <td height="100" colspan="3" valign="top" bgcolor="#FFFFCC"> </td>
  </tr>
  <tr>
    <td width="200" height="100%" valign="top" bgcolor="#CCCCCC"> </td>
    <td valign="top"><iframe src="http://www.rannut.co.kr" width="100%" height="100%" frameborder="0" scrolling="auto"  allowtransparency="true" ></iframe>
</td>
    <td width="200" height="100%" valign="top" bgcolor="#CCCCCC"> </td>
  </tr>
</table>
</body>
</html>


이 질문에 댓글 쓰기 :

답변 2

테이블코드로 하지마시고 div로 하시면 편하실듯

아이프레임 리사이징으로 검색하면 소스가 많이 나와서 참고 하시면 되고

 

scrolling='no' 로 변경하세요~ 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 125,873
© SIRSOFT
현재 페이지 제일 처음으로