<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Eric Bang&#039;s Blog &#187; HTML CSS</title>
	<atom:link href="http://ericbang.com/category/html-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericbang.com</link>
	<description>Web Creator &#38; Musician</description>
	<lastBuildDate>Mon, 12 Sep 2011 18:30:14 +0000</lastBuildDate>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#38;#xA9; Eric Bang 2010 </copyright>
	<managingEditor>bangminchang@gmail.com (Eric Bang&#38;#039;s Blog)</managingEditor>
	<webMaster>bangminchang@gmail.com (Eric Bang&#38;#039;s Blog)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://ericbang.com/wp-content/plugins/podpress/images/eb144.jpg</url>
		<title>Eric Bang&#38;#039;s Blog &#187; HTML CSS</title>
		<link>http://ericbang.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Web Creator &#38;amp; Musician</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Eric Bang&#38;#039;s Blog</itunes:author>
	<itunes:owner>
		<itunes:name>Eric Bang&#38;#039;s Blog</itunes:name>
		<itunes:email>bangminchang@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ericbang.com/wp-content/plugins/podpress/images/eb144.jpg" />
		<item>
		<title>cursor 속성값에 마우스오버하여 커서 모양을 보세요</title>
		<link>http://ericbang.com/379/</link>
		<comments>http://ericbang.com/379/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 16:06:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://ericbang.com/379/</guid>
		<description><![CDATA[cursor 속성값에 마우스오버하여 커서 모양을 보세요 auto : 브라우저 자동 지정 default : 기본 pointer : 손 모양 crosshair : 십자 모양 move : 4방향 화살표 e-resize : 동쪽방향 화살표 w-resize : 서쪽방향 화살표 s-resize : 남쪽방향 화살표 n-resize : 북쪽방향 화살표 ne-resize : 북동쪽 방향 화살표 nw-resize : 북서쪽 방향 화살표 se-resize : 남동쪽 [...]]]></description>
		<wfw:commentRss>http://ericbang.com/379/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>아이프레임 높이 자동 조절</title>
		<link>http://ericbang.com/365/</link>
		<comments>http://ericbang.com/365/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 21:09:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://ericbang.com/365/</guid>
		<description><![CDATA[onload=&#8221;this.style.height=this.contentWindow.document.body.scrollHeight;&#8221; 위 코딩을 아이프레임 소스에 넣으면 됩니다.. 그러면 자료에 따라 높이가 자동조절 됩니다. 예를 들면.. 아래와 같이 아이프레임 속성을 주시고 그 뒤에 태그를 추가하시면 됩니다.. ^^ 프레임 속성에 관한 자세한 사항은 아래 게시물에 있습니다. &#60;iframe name=&#8221;frame&#8221; src=&#8221;sell.htm&#8221; width=&#8221;600&#8243; height=&#8221;0&#8243; frameborder=&#8221;0&#8243; onload=&#8221;this.style.height=this.contentWindow.document.body.scrollHeight;&#8221;&#62;&#60;/iframe&#62;]]></description>
		<wfw:commentRss>http://ericbang.com/365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>input 기본값 한글 , 영문 , 숫자 정하기</title>
		<link>http://ericbang.com/300/</link>
		<comments>http://ericbang.com/300/#comments</comments>
		<pubDate>Sun, 27 Feb 2005 16:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://ericbang.com/300/</guid>
		<description><![CDATA[input 기본값 한글 , 영문 , 숫자 정하기 &#60;input type=&#8221;text&#8221; style=&#8221;ime-mode:active&#8221;&#62; (한글 모드) &#60;input type=&#8221;text&#8221; style=&#8221;ime-mode:inactive&#8221;&#62; (영문 모드) &#60;input type=&#8221;text&#8221; style=&#8221;ime-mode:disabled&#8221;&#62; (오직 영문 모드)]]></description>
		<wfw:commentRss>http://ericbang.com/300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>readOnly</title>
		<link>http://ericbang.com/297/</link>
		<comments>http://ericbang.com/297/#comments</comments>
		<pubDate>Fri, 25 Feb 2005 20:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://1522584816</guid>
		<description><![CDATA[text 박스의 readonly 값 역시 true/false로 자바스크립트에서 제어가 가능. 단, readonly를 전부소문자로 사용하면 적용되지 않는다!!! document.FormX.name.readOnly = false;]]></description>
		<wfw:commentRss>http://ericbang.com/297/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

