<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - [궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=4473&amp;type=atom"/>
	<updated>2008-01-23T05:40:06Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=4473</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23677#p23677"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Creorix 작성:</cite><blockquote><p>관련해서 다음 글을 읽어보시면 도움이 될 것 같습니다 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Wystan님의 글입니다. <a href="http://blog.wystan.net/2007/08/01/img-tag-with-width-and-height">http://blog.wystan.net/2007/08/01/img-t … and-height</a></p></blockquote></div><p>고맙습니다... (꾸벅~ ^^)(__) 위에 글을 자세히 읽어보고 생각해보니, html 단에서 직접 img 태그에 width 값과 height 값을 지정하는 이유가 있었군요... 브라우져에게 전송하는 정보격인 만큼 이미지를 읽고 전송하는 속도와도 관련이 있있다는 걸 알게 되었네요... ^^</p>]]></content>
			<author>
				<name><![CDATA[Soon-il DDang]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=938</uri>
			</author>
			<updated>2008-01-23T05:40:06Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23677#p23677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23659#p23659"/>
			<content type="html"><![CDATA[<p>장형진님// 고맙습니다... 덕분에 CSS style에 관해 더 알게 되었어요. ^^</p>]]></content>
			<author>
				<name><![CDATA[Soon-il DDang]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=938</uri>
			</author>
			<updated>2008-01-22T15:36:09Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23659#p23659</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23654#p23654"/>
			<content type="html"><![CDATA[<p>이미지에 스타일로 크기를 지정해줘도 잘됩니다. 물론 퍼센테이지도 잘 되구요. 근데 max나 min크기의 경우 ie6에선 핵을 써줘야 합니다</p>]]></content>
			<author>
				<name><![CDATA[장형진]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2280</uri>
			</author>
			<updated>2008-01-22T14:02:17Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23654#p23654</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23649#p23649"/>
			<content type="html"><![CDATA[<p>CSS는 제가 좀 많이 모릅니다 하하^^</p><p>혹시 아시는 분 없으세요?</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-01-22T13:30:59Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23649#p23649</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[궁금중] img width값 CSS로 처리하면 괜찮을까요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=23625#p23625"/>
			<content type="html"><![CDATA[<p><a href="http://forum.tattersite.com/ko/viewtopic.php?id=4332">http://forum.tattersite.com/ko/viewtopic.php?id=4332</a></p><p>안녕하세요. 전에도 스킨의 이미지 크기에 관해서 질문을 올렸었는데요... img width값을 CSS 코드에 적어봤는데 괜찮은 방법인지 알고 싶습니다.</p><p>CSS 코드는 이렇게 적었는데요...</p><div class="codebox"><pre><code>/* 본문에 올라가는 이미지 */
#content .article img {width: 90%; max-width: 64em; }

/* max-width나 mine-width는 ie6 이하에서 잘 작동이 안된다는 것을 알게 되었어요... 흑... T.T */

/* 프로필 이미지 */
#sidebar .blog_image img {width: 90%; max-width: 20em;}</code></pre></div><p>이렇게 img 크기 값을 CSS로 적으면 괜찮을까요?<br />그리고 파폭, 익스 7 외에 다른 브라우져에서도 이미지 크기가 잘 보이는지도 알고 싶습니다.</p>]]></content>
			<author>
				<name><![CDATA[Soon-il DDang]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=938</uri>
			</author>
			<updated>2008-01-21T23:50:24Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=23625#p23625</id>
		</entry>
</feed>
