<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CSS 응용</title>
	<atom:link href="http://ilmol.com/wp/css/css_apply/feed/" rel="self" type="application/rss+xml" />
	<link>http://ilmol.com/wp</link>
	<description>일모리의 일상 그리고 웹디자인, CSS, XHTML, 웹표준</description>
	<pubDate>Wed, 19 Nov 2008 19:16:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: 일모리</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-81883</link>
		<dc:creator>일모리</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-81883</guid>
		<description>사이드바가 늘어나야 하는 이유가 단순한 디자인이라면 어렵지 않습니다.

contents 와 sidebar 를 담는 div 를 지정한 후 (혹은 wrap) 사이드바의 배경을 직접 둘을 담은 div 에 적용하게되면 컨텐츠가 늘어날경우 사이드바가 늘어나는 것 처럼 보이는 효과를 보일수 있습니다. :)</description>
		<content:encoded><![CDATA[<p>사이드바가 늘어나야 하는 이유가 단순한 디자인이라면 어렵지 않습니다.</p>
<p>contents 와 sidebar 를 담는 div 를 지정한 후 (혹은 wrap) 사이드바의 배경을 직접 둘을 담은 div 에 적용하게되면 컨텐츠가 늘어날경우 사이드바가 늘어나는 것 처럼 보이는 효과를 보일수 있습니다. <img src='http://ilmol.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 궁금이</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-81852</link>
		<dc:creator>궁금이</dc:creator>
		<pubDate>Thu, 19 Jun 2008 08:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-81852</guid>
		<description>이곳에서 웹표준에 대해 많은 걸 배우고 있습니다.
위에 예제를 보고 질문드리는데요~
예제 결과를 보여주는 그림에서 sidebar와 content가 서로 똑같은 높이로 보여지고 있는데요 실제로 코딩을 해보면 sidebar와 content의 높이는 그 안에 들어가는 내용의 높이에 따라 다르게 됩니다. content의 내용이 많아지면 content만 아래로 늘어나고 sidebar는 그래도 있는 그런식이 되는데요~
만약 content의 내용이 많아져 늘어나게 되었을때 sidebar도 같이 늘어나게 하려면 어떻게 해야 하나요~</description>
		<content:encoded><![CDATA[<p>이곳에서 웹표준에 대해 많은 걸 배우고 있습니다.<br />
위에 예제를 보고 질문드리는데요~<br />
예제 결과를 보여주는 그림에서 sidebar와 content가 서로 똑같은 높이로 보여지고 있는데요 실제로 코딩을 해보면 sidebar와 content의 높이는 그 안에 들어가는 내용의 높이에 따라 다르게 됩니다. content의 내용이 많아지면 content만 아래로 늘어나고 sidebar는 그래도 있는 그런식이 되는데요~<br />
만약 content의 내용이 많아져 늘어나게 되었을때 sidebar도 같이 늘어나게 하려면 어떻게 해야 하나요~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 다림</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-5213</link>
		<dc:creator>다림</dc:creator>
		<pubDate>Wed, 07 Jun 2006 09:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-5213</guid>
		<description>아..속이 뻥~ 뚫리는 느낌 이네요.
좋은 정보들 감사합니다~</description>
		<content:encoded><![CDATA[<p>아..속이 뻥~ 뚫리는 느낌 이네요.<br />
좋은 정보들 감사합니다~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-2097</link>
		<dc:creator>A</dc:creator>
		<pubDate>Wed, 10 May 2006 02:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-2097</guid>
		<description>: ) 잘배워갑니다</description>
		<content:encoded><![CDATA[<p>: ) 잘배워갑니다</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pachi</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-1405</link>
		<dc:creator>pachi</dc:creator>
		<pubDate>Wed, 25 Jan 2006 01:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-1405</guid>
		<description>form 같은 경우는 css에

form { 
    margin : 0 ;
    }

을 주시면 됩니다.
padding : 0 ;을 추가해주셔도 좋구요.
국내 포털들의 경우 인풋폼에 클래스를 적용 
margin 값을 (-)로 설정하는 경우도 있습니다.</description>
		<content:encoded><![CDATA[<p>form 같은 경우는 css에</p>
<p>form {<br />
    margin : 0 ;<br />
    }</p>
<p>을 주시면 됩니다.<br />
padding : 0 ;을 추가해주셔도 좋구요.<br />
국내 포털들의 경우 인풋폼에 클래스를 적용<br />
margin 값을 (-)로 설정하는 경우도 있습니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lion</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-1220</link>
		<dc:creator>lion</dc:creator>
		<pubDate>Mon, 28 Nov 2005 07:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-1220</guid>
		<description>가만보니 pading과 margin을 "0"으로 주어도 가장자리가 딱 붙지는 않네요 딱 붙이고 싶으면 어떻게 하나요? 특히 input form같은것을 넣을때 자꾸 밀리는데요</description>
		<content:encoded><![CDATA[<p>가만보니 pading과 margin을 &#8220;0&#8243;으로 주어도 가장자리가 딱 붙지는 않네요 딱 붙이고 싶으면 어떻게 하나요? 특히 input form같은것을 넣을때 자꾸 밀리는데요</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-1194</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 20 Nov 2005 06:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-1194</guid>
		<description>php 를 인클루드하시는거라면 이미 정해진 값이 있습니다.  sidebar header footer 인데요  http://codex.wordpress.org/Theme_Development  에서 참고합니다.

To include the header, use the get_header() template tag. 
To include the sidebar, use the get_sidebar() template tag. 
To include the footer, use the get_footer() template tag. 
Here is an example of the include usage: 
::HLIGHT_BLOCK_1::

물론 그 파일들은 header.php  footer.php  sidebar.php 로 이름을 정하시면 됩니다.</description>
		<content:encoded><![CDATA[<p>php 를 인클루드하시는거라면 이미 정해진 값이 있습니다.  sidebar header footer 인데요  <a href="http://codex.wordpress.org/Theme_Development" rel="nofollow">http://codex.wordpress.org/Theme_Development</a>  에서 참고합니다.</p>
<p>To include the header, use the get_header() template tag.<br />
To include the sidebar, use the get_sidebar() template tag.<br />
To include the footer, use the get_footer() template tag.<br />
Here is an example of the include usage:<br />
::HLIGHT_BLOCK_1::</p>
<p>물론 그 파일들은 header.php  footer.php  sidebar.php 로 이름을 정하시면 됩니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lion</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-1193</link>
		<dc:creator>lion</dc:creator>
		<pubDate>Sat, 19 Nov 2005 09:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-1193</guid>
		<description>chungdna님의 질문에 대한 답변 잘보았습니다. 그런데 부연설명좀 부탁드도 될까요.php를 제가 직접 써본적이 없어서 이해가 잘 안가요.
메뉴가 바뀔경우엔 번거로우니 전 인클루드 소스를 썼거든요. 디자인도 그렇고 하이퍼 링크도 바뀌니까요. 그럴땐 어떤 방법이 있나요?</description>
		<content:encoded><![CDATA[<p>chungdna님의 질문에 대한 답변 잘보았습니다. 그런데 부연설명좀 부탁드도 될까요.php를 제가 직접 써본적이 없어서 이해가 잘 안가요.<br />
메뉴가 바뀔경우엔 번거로우니 전 인클루드 소스를 썼거든요. 디자인도 그렇고 하이퍼 링크도 바뀌니까요. 그럴땐 어떤 방법이 있나요?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 일모리</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-695</link>
		<dc:creator>일모리</dc:creator>
		<pubDate>Fri, 12 Aug 2005 14:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-695</guid>
		<description>그렇죠 ^^;;  네 알겠습니다.  안그래도 xhtml 쪽을 준비중이네요 ^^</description>
		<content:encoded><![CDATA[<p>그렇죠 ^^;;  네 알겠습니다.  안그래도 xhtml 쪽을 준비중이네요 ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 홉스</title>
		<link>http://ilmol.com/wp/css/css_apply/#comment-694</link>
		<dc:creator>홉스</dc:creator>
		<pubDate>Fri, 12 Aug 2005 13:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://ilmol.com/wp/css/css_apply/#comment-694</guid>
		<description>content쪽에는 p의 스타일을 지정하려면
#sidebar ul li a 이것처럼
#content p 이렇게 지정하면 되는건가요?

맘에드는 태터 스킨을 표준,xhtml,css,테이블없이 전환해서 쓰려고하는데... OTL
이거야 원.. 책도 별로 없어서 독학도 힘들고...

참 시간있으시면 ol, ul, li에 대해 정말로 자세히 설명좀 해주세요 &#62;_</description>
		<content:encoded><![CDATA[<p>content쪽에는 p의 스타일을 지정하려면<br />
#sidebar ul li a 이것처럼<br />
#content p 이렇게 지정하면 되는건가요?</p>
<p>맘에드는 태터 스킨을 표준,xhtml,css,테이블없이 전환해서 쓰려고하는데&#8230; OTL<br />
이거야 원.. 책도 별로 없어서 독학도 힘들고&#8230;</p>
<p>참 시간있으시면 ol, ul, li에 대해 정말로 자세히 설명좀 해주세요 &gt;_</p>
]]></content:encoded>
	</item>
</channel>
</rss>
