<?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/"
	>

<channel>
	<title>Web Development and Programming Help. &#187; Png Fix</title>
	<atom:link href="http://www.memo8.com/toolkits/archives/tag/png-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memo8.com/toolkits</link>
	<description>Wep Programming-Mobile Programming-Windows Programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:52:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix PNG Transparent on IE แบบตรงๆ</title>
		<link>http://www.memo8.com/toolkits/archives/81</link>
		<comments>http://www.memo8.com/toolkits/archives/81#comments</comments>
		<pubDate>Fri, 23 May 2008 16:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Png Fix]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/archives/81</guid>
		<description><![CDATA[จะว่าไปมี script หรือcss ที่ include แล้วใช้งานง่ายดูตามลิงค์ด้านล่าง
http://jquery.khurshid.com/ifixpng.php
http://koivi.com/ie-png-transparency/
http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/ 
แต่บางงาน โค้ด javascript ไปตีกับ fix-png ที่เรา include มาใส่ (โอกาสน้อย ยกเว้นซวยอย่างผม T_T&#8230;)
ก็เลยจำเป็นต้อง fix แบบรูปต่อรูปตามโค้ดด้านล่างเด้อ
&#60;span style="width:247;height:216px;display:inline-block;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png');"&#62;

&#60;img style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="test.png" width="247" height="216" border="0" &#62;

&#60;/span&#62;
จากโค้ดจะมี แท็ก span ครอบ แท็ก img อีกที และมีการกำหนด Attributes ต่างๆ อาจจะยาว แต่จุดหลักที่ต้องกำหนดนั่นก็คือ
width,height และ พาธรูป ซึ่งต้องกำหนดทั้ง แท็ก span และแท็ก  img ให้ตรงกัน
ตย. http://www.memo8.com/lab/css/png/fix-png1.html
]]></description>
			<content:encoded><![CDATA[<p>จะว่าไปมี script หรือcss ที่ include แล้วใช้งานง่ายดูตามลิงค์ด้านล่าง<span id="more-81"></span></p>
<p><a href="http://jquery.khurshid.com/ifixpng.php" target="_blank">http://jquery.khurshid.com/ifixpng.php</a></p>
<p><a href="http://koivi.com/ie-png-transparency/" target="_blank">http://koivi.com/ie-png-transparency/</a></p>
<p><a href="http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/" target="_blank">http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/ </a></p>
<p>แต่บางงาน โค้ด javascript ไปตีกับ fix-png ที่เรา include มาใส่ (โอกาสน้อย ยกเว้นซวยอย่างผม T_T&#8230;)</p>
<p>ก็เลยจำเป็นต้อง fix แบบรูปต่อรูปตามโค้ดด้านล่างเด้อ</p>
<pre class="code">&lt;span style="width:247;height:216px;display:inline-block;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png');"&gt;

&lt;img style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="test.png" width="247" height="216" border="0" &gt;

&lt;/span&gt;</pre>
<p>จากโค้ดจะมี แท็ก span ครอบ แท็ก img อีกที และมีการกำหนด <span id="ctl00_rs1_mainContentContainer_oMT2_mvt_DhtmlHeading" class="MultiViewTableHeaderCellDhtmlLabel">Attributes ต่างๆ อาจจะยาว แต่จุดหลักที่ต้องกำหนดนั่นก็คือ</span></p>
<p>width,height และ พาธรูป ซึ่งต้องกำหนดทั้ง แท็ก span และแท็ก  img ให้ตรงกัน</p>
<p>ตย. <a title="fix png" href="http://www.memo8.com/lab/css/png/fix-png1.html" target="_blank">http://www.memo8.com/lab/css/png/fix-png1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

