채택완료

태그 질문드려요

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

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

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

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

 

 

Copy
<!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">&nbsp;</td>  </tr>  <tr>    <td width="200" height="100%" valign="top" bgcolor="#CCCCCC">&nbsp;</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">&nbsp;</td>  </tr></table></body></html>

|

답변 2개 / 댓글 2개

채택된 답변
+20 포인트

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

답변에 대한 댓글 1개

답변감사드려요~
제가 div코드를 잘몰라서 ㅡㅜ

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

 

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

답변에 대한 댓글 1개

답변감사드려요~ 그럼 세로 스크롤도 안나오는거아닌가요?
세로 스크롤은 나오고 가로스크롤만 안나오게하고 싶거든요
한번해볼게요 ^^

답변을 작성하려면 로그인이 필요합니다.