<?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=8493&amp;type=atom"/>
	<updated>2009-06-17T15:09:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=8493</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 스킨설정 문의 몇가지 드립니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35688#p35688"/>
			<content type="html"><![CDATA[<p>3번의 경우는 사이드바쪽의 태그를 &lt;s_article_rep&gt; 영역이 끝난 아래에 붙이면 될 것 같습니다. <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>2009-06-17T15:09:55Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35688#p35688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[스킨설정 문의 몇가지 드립니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=35677#p35677"/>
			<content type="html"><![CDATA[<p>어제오늘 질문이 참 많네요.ㅎㅎ<br />오늘도 역시 하다하다 안되서 결국 질문글을 올립니다.</p><p>일단 제 블로그를 참조해주시구요~<br /><a href="http://www.imgenius.co.kr/cube/">http://www.imgenius.co.kr/cube/</a></p><p><strong>1. 카테고리 &quot;전체&quot; 버튼 없애기</strong><br /><a href="http://forum.tattersite.com/ko/viewtopic.php?id=7253">http://forum.tattersite.com/ko/viewtopic.php?id=7253</a><br />여기에 나온 설명과 같이 해보았는데, 결국 포기 했습니다.<br />아무리 해봐도 안되네요. css와 치환자 다루기가 너무 어렵네요.</p><p>아래는 현재 쓰고 있는 css 중 카테고리 관련 부분만 복사했습니다.<br />이것저것 설정하면서 코딩내용이 엉망이 되었을거예요.</p><p>/*== 카테고리 리스트 ============================ */<br />.categoryList {<br />&nbsp; &nbsp; position: absolute;<br />&nbsp; &nbsp; z-index:10;<br />&nbsp; &nbsp; width:850px;<br />&nbsp; &nbsp; right:0px;<br />&nbsp; &nbsp; top:32px;</p><p>&nbsp; &nbsp; }<br />.categoryList ul {<br />&nbsp; &nbsp; margin:0;<br />&nbsp; &nbsp; padding:0;<br />&nbsp; &nbsp; display:inline;<br />&nbsp; &nbsp; font:8pt 맑은고딕;<br />&nbsp; &nbsp; list-style:none;<br />&nbsp; &nbsp; color:#5E5F60;<br />&nbsp; &nbsp; background-color:#f8f8f8;<br />&nbsp; &nbsp; }</p><p>.categoryList ul li {<br />&nbsp; &nbsp; margin:0 0 12px 0;<br />&nbsp; &nbsp; margin:0;<br />&nbsp; &nbsp; list-style:none;<br />&nbsp; &nbsp; background:#f8f8f8;<br />&nbsp; &nbsp; }</p><p>.categoryList ul li ul li{<br />&nbsp; &nbsp; margin:0 0 12px 0;<br />&nbsp; &nbsp; font:8pt 맑은고직, dotum;<br />&nbsp; &nbsp; list-style: none;<br />&nbsp; &nbsp; background:#f8f8f8;<br />&nbsp; &nbsp; }</p><p>/* 하위메뉴 */<br />.categoryList ul li ul li ul li{<br />&nbsp; &nbsp; font:8pt 맑은고딕, dotum;<br />&nbsp; &nbsp; display:inline;<br />&nbsp; &nbsp; background:#f8f8f8;<br />&nbsp; &nbsp; /* border-top:1px dashed #ccc; */<br />&nbsp; &nbsp; }</p><p>.categoryList ul li ul a {<br />&nbsp; &nbsp; display: block;<br />&nbsp; &nbsp; font:10pt 맑은고딕, verdana;<br />&nbsp; &nbsp; padding:2px 4px 2px 14px;<br />&nbsp; &nbsp; height: 8px;<br />&nbsp; &nbsp; color:#5E5F60;<br />&nbsp; &nbsp; }</p><p>.categoryList ul li ul li ul a {<br />&nbsp; &nbsp; display: block;<br />&nbsp; &nbsp; font:8pt 맑은고딕, verdana;<br />&nbsp; &nbsp; padding:2px 4px 2px 14px;<br />&nbsp; &nbsp; height: 8px;<br />&nbsp; &nbsp; color:#5E5F60;<br />&nbsp; &nbsp; }</p><p>.categoryList ul li ul li a:hover {<br />&nbsp; &nbsp; background:#ddd 5px;<br />&nbsp; &nbsp; }<br />.categoryList ul li ul li ul li a:hover {<br />&nbsp; &nbsp; background:#e5e5e5;<br />&nbsp; &nbsp; color:#7a7a7a;<br />&nbsp; &nbsp; }<br />.categoryList .selected {border:none;}</p><br /><p><strong>2. 카테고리 메뉴 배경컬러 정리</strong><br />제 블로그의 카테고리를 오픈해보시면 아랫부분 우측에 약 2px 정도가 어긋나 있습니다.<br />이것도 위의 css 내용에 해당하는 것 같은데, 어디서부터 꼬였는지 모르겠어요..</p><p>그리고 카테고리를 메뉴를 한번 클릭하고 난 뒤는 색깔이 바뀝니다. <br />hover 만 있고, visited 속성은 없는데도 이렇게 한번 방문한 메뉴는 색이 바뀌는건지..<br />역시 어디서 꼬인건지 몰겠네요..</p><p><strong>3. 본문하단에 테그 클라우드 표시</strong><br />테그 클라우드를 본문 하단 (페이징과 검색필드 사이) 에 넣고 싶은데,<br />현재 블로그 하단에 보면 테그 클라우드 타이틀은 표시되어 있지만, 테그 내용은 출력되지 않고 있습니다.</p><p>---- 상단 생략 ----<br />&lt;div class=&quot;taglog&quot;&gt;<br />&lt;h3&gt;Tag Cloud&lt;/h3&gt;<br />&lt;ul&gt;<br />&lt;li&gt;<br />&lt;a href=&quot;[##_tag_link_##]&quot; class=&quot;[##_tag_class_##]&quot;&gt;[##_tag_name_##]&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;&lt;!-- content close --&gt;</p><p>&lt;div id=&quot;footer&quot;&gt;&lt;br&gt;<br />&lt;div class=&quot;search&quot;&gt;<br />---- 하단 생략 ----</p><p>이 처럼 컨텐츠 영역안에 테그 클라우드를 넣으려 했구요.<br />&lt;s_tag&gt; 테그를 넣으니, 인식자체를 못하더라고요. 아무래도 url 의 ~/tag 를 인식하여 작동하는 것 같아<br />빼버렸더니, Tag Cloud 타이틀은 출력이 되네요.</p><br /><p>휴~ 이상입니다.<br />아~ 내일은 삽질 마무리하고 포스팅을 해야 할텐데..ㅎㅎ<br />도움 부탁드릴께요~<br />혹시나 해서 skin.html과 css 압축해서 첨부합니다.</p>]]></content>
			<author>
				<name><![CDATA[myplanet]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3625</uri>
			</author>
			<updated>2009-06-16T16:41:40Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=35677#p35677</id>
		</entry>
</feed>
