<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - MyEolin 플러그인 분리..]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=3122</link>
		<description><![CDATA[MyEolin 플러그인 분리.. 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Tue, 17 Apr 2007 03:29:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: MyEolin 플러그인 분리..]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=17771#p17771</link>
			<description><![CDATA[<div class="quotebox"><cite>gendoh 작성:</cite><blockquote><p>EolinBmVote 에 탑마진 주는건 안될까요;;</p><p>플러그인에서 일부러 클래스 지정해서 출력하는 것으로 알고 있습니다. 스킨에 따라, 혹은 손대고 싶을 때 개조용으로.</p></blockquote></div><p>저도 그냥 그렇게 쓰고 있기는 한데, 문제는 위에서 언급했다시피<br />플러그인이 활성화 되었을 경우와 비활성화 되었을 경우의 결과(본문과 태그와의 거리)가 달라지기 때문 입니다.</p><p>gendoh님 말씀처럼 EolinBmVote 에 top-margin 을 주었을 경우<br />플러그인을 사용하지 않는 환경이라면 본문과 아래 태그 부분이 간격 없이 서로 붙게 될겁니다.</p><br /><p>제가 이런 경우의 수를 염두하는 이유는, 거의 대부분의 태터툴즈 블로그에서 이올린 플러그인을 사용하고 있고, 이것 역시 스킨 디자인의 일부 라고 생각하기에 스킨 제작자의 입장으로서 마냥 방임할 수 없는 부분이라 생각하기 때문이고,<br />또 그렇다고 한데 묶어 디자인 하기에는 성격이 포괄적이지 못하다고 판단하여 방법을 같이 생각해 보고 싶은 마음에 올린 것 입니다.</p><p>방책이라 생각지는 않지만, <br />이왕 많은 내용을 담고 있는 치환자라면 본문을 div 앨리먼트로 감싼 것 까지 포함시키는 것이 차라리 더 나았을 지도 모른다는 생각이 드네요.</p><div class="codebox"><pre><code>&lt;div class=&quot;article&quot;&gt;
    본문내용
    &lt;div class=&quot;EolinBmVote&quot;&gt;
        이올린 버튼 부분
    &lt;/div&gt;
&lt;/div&gt;</code></pre></div><p>기존의 이러한 구조가 아닌..</p><div class="codebox"><pre><code>&lt;div class=&quot;article&quot;&gt;
    본문내용
&lt;/div&gt;
&lt;div class=&quot;EolinBmVote&quot;&gt;
    이올린 버튼 부분
&lt;/div&gt;</code></pre></div><p>이런 모양 말이죠..</p>]]></description>
			<author><![CDATA[null@example.com (1up)]]></author>
			<pubDate>Tue, 17 Apr 2007 03:29:02 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=17771#p17771</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: MyEolin 플러그인 분리..]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=17769#p17769</link>
			<description><![CDATA[<p>EolinBmVote 에 탑마진 주는건 안될까요;;</p><p>플러그인에서 일부러 클래스 지정해서 출력하는 것으로 알고 있습니다. 스킨에 따라, 혹은 손대고 싶을 때 개조용으로.</p>]]></description>
			<author><![CDATA[null@example.com (gendoh)]]></author>
			<pubDate>Tue, 17 Apr 2007 00:59:47 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=17769#p17769</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: MyEolin 플러그인 분리..]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=17760#p17760</link>
			<description><![CDATA[<div class="quotebox"><cite>LonnieNa 작성:</cite><blockquote><p>꼼수가..<br />그냥 content하단에 margin을 주면 안될까요?<br />content와 tag 사이에 ..</p></blockquote></div><p>MyEolin 플러그인은 본문 내용을 출력해 주는 치환자 [##_article_rep_desc_##] 에 포함되어 있습니다.</p><p>일반적인 스킨의 경우에 본문 부분은..<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;article&quot;&gt;
    [##_article_rep_desc_##]
&lt;/div&gt;</code></pre></div><p>이런 모습이죠.</p><p>이올린 플러그인이 저 치환자 안에 포함되므로 이것을 풀어서 보면..<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;article&quot;&gt;
    본문내용
    &lt;div class=&quot;EolinBmVote&quot;&gt;
        이올린 버튼 부분
    &lt;/div&gt;
&lt;/div&gt;</code></pre></div><p>이런 구조가 됩니다.</p><p>contents 하단 부분에 margin을 주는 것은..<br />&nbsp; &nbsp; -------------<br />&nbsp; &nbsp; 본문<br />&nbsp; &nbsp; 이올린<br />&nbsp; &nbsp; <strong>(여백)</strong><br />&nbsp; &nbsp; 태그<br />&nbsp; &nbsp; -------------<br />결국 이런 구조가 됩니다.</p><p>제가 원하는건<br />&nbsp; &nbsp; -------------<br />&nbsp; &nbsp; 본문<br />&nbsp; &nbsp; <strong>(여백)</strong><br />&nbsp; &nbsp; 이올린<br />&nbsp; &nbsp; 태그<br />&nbsp; &nbsp; -------------<br />이거든요.......</p>]]></description>
			<author><![CDATA[null@example.com (1up)]]></author>
			<pubDate>Mon, 16 Apr 2007 15:25:09 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=17760#p17760</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: MyEolin 플러그인 분리..]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=17759#p17759</link>
			<description><![CDATA[<p>꼼수가..<br />그냥 content하단에 margin을 주면 안될까요?<br />content와 tag 사이에 ..</p>]]></description>
			<author><![CDATA[null@example.com (LonnieNa)]]></author>
			<pubDate>Mon, 16 Apr 2007 14:41:57 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=17759#p17759</guid>
		</item>
		<item>
			<title><![CDATA[MyEolin 플러그인 분리..]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=17757#p17757</link>
			<description><![CDATA[<p>이올린 플러그인의 출력부분과 본문 사이에 margin값을 줘 일정한 간격을 유지하려 합니다.</p><br /><p><span class="postimg"><img src="http://www.playnow.co.kr/link/18ccf24c14d7/eolin1.gif" alt="http://www.playnow.co.kr/link/18ccf24c14d7/eolin1.gif" /></span></p><p>이렇게 말이죠.<br />알아보기 쉽도록 구조를 그려보면..</p><p><span class="postimg"><img src="http://www.playnow.co.kr/link/18ccf2a9191b/eolin2.gif" alt="http://www.playnow.co.kr/link/18ccf2a9191b/eolin2.gif" /></span></p><p>이런 모양입니다.<br />위와같이 만들기 위해 어떤 방법으로 해결해야할지 고민입니다.</p><p>그냥 플러그인 출력부분의 div엘리먼트에 마진을 주면 되지 않나 생각하실 수도 있지만<br />이 경우에는 플러그인을 비활성화 시키면 스타일도 같이 사라지기 때문에 여백도 없어지게 됩니다.</p><p>myEolin 플러그인을 사용하지 않더라고 아래 그림처럼 여백이 유지되야만 합니다.</p><p><span class="postimg"><img src="http://www.playnow.co.kr/link/18ccf2f4168d/eolin3.gif" alt="http://www.playnow.co.kr/link/18ccf2f4168d/eolin3.gif" /></span></p><p>이 문제에 대해서 오래전에 해보고 포기했다가 지금 다시 잔머리를 굴려보려니 제자리에서만 맴돌고 있네요..<br />이걸 어떻게 해결해야 할까요.<br />포지션을 absolute로.. 라는 말은..무효.</p>]]></description>
			<author><![CDATA[null@example.com (1up)]]></author>
			<pubDate>Mon, 16 Apr 2007 12:17:18 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=17757#p17757</guid>
		</item>
	</channel>
</rss>
