묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
코딩 관련 문의드립니다.
2003.09.23 06:59
안녕하세요. 항상 도움만 받는 초보입니다. ^^;
문의드릴 것이 있어 이렇게 염치없이 또 글을 올리네요.
프레임이 없는 페이지로 작성중인데 코딩상에 문제인듯 한 현상이 발생하였습니다.
레이아웃은 다음과 같습니다.
--------------------------------------------------------------------------------------------------
| |
--------------------------------------------------------------------------------------------------
| | | | |
| | | | |
| | loging | | |
| | | | |
| |-------| | |
| | | | |
| | | | |
| | | | |
| | menu | | main |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
--------------------------------------------------------------------------------------------------
테이블과 iframe을 통해서 제작중인데요.
에디터를 통해서 확인하면 저 모양으로 나오는데, 실제 브라우져를 통해서 보면 아래와 같이 나타납니다.
--------------------------------------------------------------------------------------------------
| |
--------------------------------------------------------------------------------------------------
| | | | |
| | | | |
| | loging | | |
| | | | |
| | | | |
| | | | main |
| | | | |
| | | | |
| | | |------------------------------------------------------------------------------------ |
| | | | | |
| | | | | |
| | | | menu | |
| | | | | |
| | | | | |
--------------------------------------------------------------------------------------------------
제목이 적힌 테이블에는 모두 iframe으로 지정을 해준 상태인데요, main의 iframe을 제거하면 제가 원하는 1번의 위치로 가게되고,
iframe을 집어넣으면 2번처럼 메뉴의 위치가 변경됩니다. 테이블 소스부분에서 iframe을 질못 넣어준 것 같은데...
소스를 함께 올리니 아시는 분 답변 부탁드립니다.
<table width="1000" height="598" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td height="5" colspan="4"> </td>
</tr>
<tr bgcolor="#000000">
<td width="28" height="593" rowspan="2"> </td>
<td width="100" height="95"> </td>
<td width="43" height="593" rowspan="2"> </td>
<td width="829" height="593" rowspan="2"><iframe frameborder='+ '+ '0' height="593" leftmargin='0' marginheight='0' marginwidth='0'+ '
scrolling="no" src="../~be0524/under02.html" topmargin='0' width="829" name="maintarget"> </td>
</tr>
<tr bgcolor="#000000">
<td width="100" height="498"><iframe frameborder='0' height="498" leftmargin='0' marginheight='0'+ ' marginwidth='0'
scrolling="no" src="../~be0524/under01.html" topmargin='0' width="100" name="submenu"> </td>
</tr>
</table>
필요할때를 위한 작은 행운을...
문의드릴 것이 있어 이렇게 염치없이 또 글을 올리네요.
프레임이 없는 페이지로 작성중인데 코딩상에 문제인듯 한 현상이 발생하였습니다.
레이아웃은 다음과 같습니다.
--------------------------------------------------------------------------------------------------
| |
--------------------------------------------------------------------------------------------------
| | | | |
| | | | |
| | loging | | |
| | | | |
| |-------| | |
| | | | |
| | | | |
| | | | |
| | menu | | main |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
--------------------------------------------------------------------------------------------------
테이블과 iframe을 통해서 제작중인데요.
에디터를 통해서 확인하면 저 모양으로 나오는데, 실제 브라우져를 통해서 보면 아래와 같이 나타납니다.
--------------------------------------------------------------------------------------------------
| |
--------------------------------------------------------------------------------------------------
| | | | |
| | | | |
| | loging | | |
| | | | |
| | | | |
| | | | main |
| | | | |
| | | | |
| | | |------------------------------------------------------------------------------------ |
| | | | | |
| | | | | |
| | | | menu | |
| | | | | |
| | | | | |
--------------------------------------------------------------------------------------------------
제목이 적힌 테이블에는 모두 iframe으로 지정을 해준 상태인데요, main의 iframe을 제거하면 제가 원하는 1번의 위치로 가게되고,
iframe을 집어넣으면 2번처럼 메뉴의 위치가 변경됩니다. 테이블 소스부분에서 iframe을 질못 넣어준 것 같은데...
소스를 함께 올리니 아시는 분 답변 부탁드립니다.
<table width="1000" height="598" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td height="5" colspan="4"> </td>
</tr>
<tr bgcolor="#000000">
<td width="28" height="593" rowspan="2"> </td>
<td width="100" height="95"> </td>
<td width="43" height="593" rowspan="2"> </td>
<td width="829" height="593" rowspan="2"><iframe frameborder='+ '+ '0' height="593" leftmargin='0' marginheight='0' marginwidth='0'+ '
scrolling="no" src="../~be0524/under02.html" topmargin='0' width="829" name="maintarget"> </td>
</tr>
<tr bgcolor="#000000">
<td width="100" height="498"><iframe frameborder='0' height="498" leftmargin='0' marginheight='0'+ ' marginwidth='0'
scrolling="no" src="../~be0524/under01.html" topmargin='0' width="100" name="submenu"> </td>
</tr>
</table>
필요할때를 위한 작은 행운을...
한번 표를 다시 짜보시는게 좋을듯 한데요;