묻고답하기
레이아웃 편집관련 질문입니다.
2008.05.20 17:34
xe_official 레이아웃을 우선 생성하여 저희 홈페이지 내용에 맞게 수정하였습니다.
소스는 아래와 같구요..
<!-- js 파일 import -->
<!--%import("js/float.js")-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>씨엔큐 소프트</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel='stylesheet' href='../css.css' type='text/css'>
<script language="javascript" type="text/javascript" SRC="http://cnqsoft.cafe24.com/js/float.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><? include("../func/topmenu.htm");?></td>
</tr>
<tr>
<td valign="top">
<table width="998" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><table width="998" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="905"><div align="right"><img src="/img/sectionP_news.jpg" width="656" height="109"></div></td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><table width="998" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="209"><div align="right">
<? include("../func/Lmenu_news.htm");?>
</div></td>
<td width="40"> </td>
<td width="656"><table width="656" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<img src="/img/title_n01.gif" width="656" height="57"></td>
</tr>
<tr>
<td valign="top" background="/img/sub_body.gif"><div align="center"><div style="width:90%">
<iframe src="http://cnqsoft.cafe24.com/zbxe/n01" frameBorder=0 width=600 height=700 scrolling=auto></iframe>
</div></div></td>
</tr>
<tr>
<td valign="top"><img src="/img/sub_bottom.gif" width="656" height="48"></td>
</tr>
</table>
<br>
</td>
<td width="93"><div align="right">
<? include("../func/quick.htm");?>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top">
<? include("../func/foot.htm");?>
</td>
</tr>
</table>
</body>
</html>
문제는 위의 <!--%import("js/float.js")--> 부분입니다.
해당 파일은 퀵메뉴 js파일이구요
<? include("../func/quick.htm");?> 는 퀵메뉴 보여지는 부분입니다.
해당 소스는 아래와 같습니다.
<div id="quick" style="position:absolute; top:42px;left:900px; width:100px; height:400px; z-index:1">
<table width="82" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td><a href="../info/i01.htm"><img src="/img/quick1.gif" width="82" height="78" border="0"></a></td>
</tr>
<tr>
<td><a href="../busi/b00.htm"><img src="/img/quick2.gif" width="82" height="78" border="0"></a></td>
</tr>
<tr>
<td><a href="http://cnqsoft.cywork.co.kr/index.htm" target="_blank"><b><img src="../img/cywork.gif" width="82" height="78" border="0"></a></td>
</tr>
<tr>
<td><a href="../info/i05.htm"><img src="/img/quick3.gif" width="82" height="76" border="0"></a></td>
</tr>
<tr>
<td><a href="http://cnqsoft.cafe24.com/zbxe/main"><img src="/img/quick4.gif" width="82" height="94" border="0"></a>
</td>
</tr>
</table>
<script type="text/javascript" src="http://cnqsoft.cafe24.com/js/float.js"></script>
<script type="text/javascript" src="http://cnqsoft.cafe24.com/js/validate.js"></script>
</div>
문제는 js파일이 적용이 안된다는거구요
<script type="text/javascript" src="http://cnqsoft.cafe24.com/js/float.js"></script>이런식으로도 해보았구요
<script type="text/javascript" src="/js/float.js"></script>이런식으로도 해보았는데
둘다 무용지물입니다. 퀵메뉴가 꿈쩍을 안하네요
그냥 지나 치지 마시고 알고 계시다면 귀찮으시더라도 답변좀 부탁드립니다.
추가질문 하나 더하겠습니다.
관리자 페이지에서 레이아웃 설정 과 편집 이 있는데
<script type="text/javascript" src="/js/float.js"></script> 는 어디에 넣어야 적용될까요?
제 상식으로는 설정들어가서 head와 head사이네 넣는 부분에 넣는게 맞는것 같은데 거기에 넣어두 적용이 안되네요
참고로 메인에서는 잘 돌아갑니다.
http://cnqsoft.cafe24.com 한번 들어와서 봐주세요 ㅜㅜ;;
이것때문에 2일씩이나 아무것도 못하고 있습니다.