<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 메뉴 추가는 어떻게하나요?]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5479&amp;type=atom"/>
	<updated>2008-05-12T15:53:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5479</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 메뉴 추가는 어떻게하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26951#p26951"/>
			<content type="html"><![CDATA[<p>한번 확인해봐야겠네요...</p>]]></content>
			<author>
				<name><![CDATA[흰둥이]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2837</uri>
			</author>
			<updated>2008-05-12T15:53:03Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26951#p26951</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 메뉴 추가는 어떻게하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26942#p26942"/>
			<content type="html"><![CDATA[<p>으음 CSS에 관련된 문제같네요^^ 삽입의 문제가 아니라 혹시 삽입한 html과 CSS가 잘 적용이 되는지를 보셔야 할 것 같습니다.</p><p>IE developer toolbar? 인가 그걸 설치하시면 현재 IE에서 출력되는 각 블럭 요소들이 어떻게 표시되는지 &#039;show block element(명칭이 다를 수도 있습니다)&#039; 를 이용해서 보실 수 있습니다. <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-05-12T12:47:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26942#p26942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[메뉴 추가는 어떻게하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26925#p26925"/>
			<content type="html"><![CDATA[<p>예를들어 기본 초기화면 태그 방명록 관리자 이런 메뉴가 있는데<br />거기다가 예를 들어 제가 profile.html 파일을 만들어서 메뉴에 프로필 메뉴를 추가하고 싶습니다.<br />그래서 시도할려고 보니까 어렵더라구요..<br />여차저차해서<br />삽입까지는 했습니다.<br />rain9.com에접속하여보시면 프로필 메뉴가 있거든요</p><p>tc/interface/blog/profile.php 파일을 만들어서 아래 내용을 넣고<br />require ROOT . &#039;/lib/includeForBlog.php&#039;;<br />require ROOT . &#039;/lib/piece/blog/begin.php&#039;;<br />require ROOT . &#039;/skin/DesignNia_s_skin/test.html&#039;;<br />require ROOT . &#039;/lib/piece/blog/end.php&#039;;</p><p>tc/rewrite.php 파일의 65번째 라인에 profile 을 삽입하였습니다<br />array(&#039;api&#039;,&#039;archive&#039;,&#039;attachment&#039;,&#039;author&#039;,&#039;category&#039;,&#039;checkup&#039;,<br />&#039;cover&#039;,&#039;entry&#039;,&#039;feeder&#039;,&#039;foaf&#039;,&#039;guestbook&#039;,&#039;keylog&#039;,&#039;location&#039;,&#039;logout&#039;,&#039;notice&#039;,<br />&#039;page&#039;,&#039;plugin&#039;,&#039;pluginForOwner&#039;,&#039;search&#039;,&#039;suggest&#039;,&#039;sync&#039;,&#039;tag&#039;,&#039;ttxml&#039;,&#039;profile&#039;</p><p>그래서 rewrite 모듈 작동하여 /tc/profile 하면 프로필이 열리긴 열립니다.<br />문제는 이 다음부터 발생합니다.<br />/skin/DesignNia_s_skin/test.html 의 내용을 test 라고 삽입하여 테스트 하여 보면<br />블로그 최상단 좌측에 test 나오고 그 아래 라인부터 메뉴가 적용이 됩니다</p><p>그래서 /skin/DesignNia_s_skin/test.html의 내용에<br />&lt;div style=&quot;position:absolute;width:1000;height=0;top:150;left:100;z-index:0&quot;&gt;<br />&lt;h3&gt;test&lt;/h3&gt;&lt;br&gt;&lt;img src=../../../email.png&gt;<br />&lt;/div&gt;</p><p>라고 삽입하여 div 레이아웃의 위치를 가운데 메뉴쪽으로 위치시켰습니다.<br />그랬더니 다른 레이아웃이 깨져버리네요 가운데 정렬도 안되고..<br />문제는 파폭에서는 정상적으로 됩니다. 익스에서만 안되네요..<br />require ROOT . &#039;/skin/DesignNia_s_skin/test.html&#039;; 가 삽입되면 익스에선 정렬이 깨져버리는걸까요<br />어떻게 처리해야될까요?</p>]]></content>
			<author>
				<name><![CDATA[흰둥이]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2837</uri>
			</author>
			<updated>2008-05-11T18:08:34Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26925#p26925</id>
		</entry>
</feed>
