<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>ความเห็นบน: ทำ opacity ให้ cross browser</title>
	<atom:link href="http://www.divland.com/blog/2007/05/28/opacity-transparent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/</link>
	<description>The miracle land of inspiration</description>
	<lastBuildDate>Tue, 16 Mar 2010 02:29:49 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>โดย: ดาวน์โหลดเพลงใหม่ฟรี</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-999</link>
		<dc:creator>ดาวน์โหลดเพลงใหม่ฟรี</dc:creator>
		<pubDate>Sun, 06 Dec 2009 06:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-999</guid>
		<description>ข้อมูลดีๆแบบนี้หามาบอกกันเรื่อยๆนะครับ</description>
		<content:encoded><![CDATA[<p>ข้อมูลดีๆแบบนี้หามาบอกกันเรื่อยๆนะครับ</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: โหลดเพลง mp3</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-998</link>
		<dc:creator>โหลดเพลง mp3</dc:creator>
		<pubDate>Sun, 06 Dec 2009 06:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-998</guid>
		<description>ข้อมูลมีประโยชน์มากครับ</description>
		<content:encoded><![CDATA[<p>ข้อมูลมีประโยชน์มากครับ</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: deadclosed</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-957</link>
		<dc:creator>deadclosed</dc:creator>
		<pubDate>Tue, 17 Nov 2009 04:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-957</guid>
		<description>เซียนช่วยหน่อยครับ
จากโค๊ดน่ะครับ IE ไม่สามารถ
ใช้filter: Alpha(Opacity=90); ร่วมกับค่า z-index ได้
ทำให้ เมนูดร๊อฟดาว จะโดนบังโดยค่าของ header 
ไม่ทราบจะแก้ไงกับIE ครับ
 #main{    
    z-index:1;
    width:830px;
    padding:35px;
    background-color:#fff;
    opacity:.90;// ตรงนี้ปกติจะมี filter: Alpha(Opacity=90); แต่มันจะทำให้ข้อความและภาพที่อยู่ข้างบนเป็นภาพ ปรือหมด
}
#mainhead{
    z-index:2;
    position:relative;
    width:100%;
    font-family:Georgia;
    font-size:18px;
    text-align:left;
    padding-bottom:20px;
}

#mainleft{
    width:520px;
    float:left;
    text-align:left;
    font-family:arial;
    font-size:12px;
    color:#295058;
    height:100%;
}
#mainrigth{
    width:30%;
    text-align:right;
}
#headimg{
    z-index:3;
    width: 900px;
    height: 315px;

}

#navigater{   // ตรงนี้ให้เมนูขึ้นไปในส่วนของ mainhead 
    z-index:100;
   position:relative;
    margin-top:-40px;
    width:100%;
    height:40px;
    background-color:#ccc;  
   opacity:.75;                   // ตรงนี้ปัญหา เมื่อใช้filter: Alpha(Opacity=75 );แล้ว 
   filter:alpha(opacity=75); // จะดร๊อฟดาวไม่ได้ครับ
    font-family:Georgia;
    font-size:18px;
    font-style:normal;
    font-weight:normal;    
}

#navigater hover{    
    opacity:.90;
    filter: alpha(opacity = 90);
}
#page-wrap{     
    width: 100%;
    z-index:200;
            }

.ใครช่วยได้บ้างครับ ช่วยหน่อย:((</description>
		<content:encoded><![CDATA[<p>เซียนช่วยหน่อยครับ<br />
จากโค๊ดน่ะครับ IE ไม่สามารถ<br />
ใช้filter: Alpha(Opacity=90); ร่วมกับค่า z-index ได้<br />
ทำให้ เมนูดร๊อฟดาว จะโดนบังโดยค่าของ header<br />
ไม่ทราบจะแก้ไงกับIE ครับ<br />
 #main{<br />
    z-index:1;<br />
    width:830px;<br />
    padding:35px;<br />
    background-color:#fff;<br />
    opacity:.90;// ตรงนี้ปกติจะมี filter: Alpha(Opacity=90); แต่มันจะทำให้ข้อความและภาพที่อยู่ข้างบนเป็นภาพ ปรือหมด<br />
}<br />
#mainhead{<br />
    z-index:2;<br />
    position:relative;<br />
    width:100%;<br />
    font-family:Georgia;<br />
    font-size:18px;<br />
    text-align:left;<br />
    padding-bottom:20px;<br />
}</p>
<p>#mainleft{<br />
    width:520px;<br />
    float:left;<br />
    text-align:left;<br />
    font-family:arial;<br />
    font-size:12px;<br />
    color:#295058;<br />
    height:100%;<br />
}<br />
#mainrigth{<br />
    width:30%;<br />
    text-align:right;<br />
}<br />
#headimg{<br />
    z-index:3;<br />
    width: 900px;<br />
    height: 315px;</p>
<p>}</p>
<p>#navigater{   // ตรงนี้ให้เมนูขึ้นไปในส่วนของ mainhead<br />
    z-index:100;<br />
   position:relative;<br />
    margin-top:-40px;<br />
    width:100%;<br />
    height:40px;<br />
    background-color:#ccc;<br />
   opacity:.75;                   // ตรงนี้ปัญหา เมื่อใช้filter: Alpha(Opacity=75 );แล้ว<br />
   filter:alpha(opacity=75); // จะดร๊อฟดาวไม่ได้ครับ<br />
    font-family:Georgia;<br />
    font-size:18px;<br />
    font-style:normal;<br />
    font-weight:normal;<br />
}</p>
<p>#navigater hover{<br />
    opacity:.90;<br />
    filter: alpha(opacity = 90);<br />
}<br />
#page-wrap{<br />
    width: 100%;<br />
    z-index:200;<br />
            }</p>
<p>.ใครช่วยได้บ้างครับ ช่วยหน่อย<img src='http://www.divland.com/blog/smilies/yahoo_cry.gif' alt='&#58;&#40;&#40;' class='wp-smiley' width='22' height='18' title='&#58;&#40;&#40;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: BasicNeeds</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-946</link>
		<dc:creator>BasicNeeds</dc:creator>
		<pubDate>Sun, 08 Nov 2009 07:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-946</guid>
		<description>ถ้าเราจะทำพื้นโปร่งใส่แบบนี้ แต่เป็นบริเวณ menu ละครับ ซึ่ง menu มันเป็น link ผมทำแล้วตัวอักษรจางหายไปด้วย แล้วก็ตำแหน่งเพี้ยนเวลา mouse over

ขอคำแนะนำหน่อยครับ</description>
		<content:encoded><![CDATA[<p>ถ้าเราจะทำพื้นโปร่งใส่แบบนี้ แต่เป็นบริเวณ menu ละครับ ซึ่ง menu มันเป็น link ผมทำแล้วตัวอักษรจางหายไปด้วย แล้วก็ตำแหน่งเพี้ยนเวลา mouse over</p>
<p>ขอคำแนะนำหน่อยครับ</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: วีระชาติ</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-894</link>
		<dc:creator>วีระชาติ</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-894</guid>
		<description>ใช้ได้นะครับ :)</description>
		<content:encoded><![CDATA[<p>ใช้ได้นะครับ <img src='http://www.divland.com/blog/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: SilliconValley</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-689</link>
		<dc:creator>SilliconValley</dc:creator>
		<pubDate>Wed, 24 Dec 2008 07:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-689</guid>
		<description>รู้สึก ie6 จะใช้ไม่ได้นะครับ ใครเป็นบ้าง</description>
		<content:encoded><![CDATA[<p>รู้สึก ie6 จะใช้ไม่ได้นะครับ ใครเป็นบ้าง</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: Petch</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-646</link>
		<dc:creator>Petch</dc:creator>
		<pubDate>Tue, 11 Nov 2008 03:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-646</guid>
		<description>ช่วยหา Script ที่ทำให้เฉพาะพื้นจางลง แต่ตัวอักษรหรืออะไรก็ได้ที่อยู่ในกล่องไม่จางลง คือแนวคิดจะให้แค่ภาพมันจางลงเท่านั้นเอง ช่วยหน่อยครับ เซียนทั้งหลายน่าจะมีทางออกให้ผมอยู่</description>
		<content:encoded><![CDATA[<p>ช่วยหา Script ที่ทำให้เฉพาะพื้นจางลง แต่ตัวอักษรหรืออะไรก็ได้ที่อยู่ในกล่องไม่จางลง คือแนวคิดจะให้แค่ภาพมันจางลงเท่านั้นเอง ช่วยหน่อยครับ เซียนทั้งหลายน่าจะมีทางออกให้ผมอยู่</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: SP</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-344</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Tue, 08 Jan 2008 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-344</guid>
		<description>อยากทราบว่า ฟิวเตอร์ใช้กะ  tr ไม่ได้เหรอคับใช้ได้แต่ td กะ tag อื่นๆ</description>
		<content:encoded><![CDATA[<p>อยากทราบว่า ฟิวเตอร์ใช้กะ  tr ไม่ได้เหรอคับใช้ได้แต่ td กะ tag อื่นๆ</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: SP</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-343</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Tue, 08 Jan 2008 09:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-343</guid>
		<description>อยากทราบว่า ฟิวเตอร์ใช้กะ  ไม่ได้เหรอคับใช้ได้แต่ </description>
		<content:encoded><![CDATA[<p>อยากทราบว่า ฟิวเตอร์ใช้กะ  ไม่ได้เหรอคับใช้ได้แต่</p>
]]></content:encoded>
	</item>
	<item>
		<title>โดย: admin</title>
		<link>http://www.divland.com/blog/2007/05/28/opacity-transparent/comment-page-1/#comment-172</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 12 Jun 2007 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.divland.com/blog/2007/05/28/opacity-transparent/#comment-172</guid>
		<description>ดูหลายๆท่าน จะให้ความสำคัญ กับว่า validate หรือไม่ มากเหมือนกันนะครับ  ใครอยากเอาเว็บตัวเองเช็ก ว่าโค้ดตัวเองเขียนดี เขียนถูกหรือไม่ กดไปตามปุ่ม html css มุมล่างขวา ของหน้าเว็บได้เลยครับ  ส่วน divland ไม่ validate นะครับ บอกไว้ก่อน :p</description>
		<content:encoded><![CDATA[<p>ดูหลายๆท่าน จะให้ความสำคัญ กับว่า validate หรือไม่ มากเหมือนกันนะครับ  ใครอยากเอาเว็บตัวเองเช็ก ว่าโค้ดตัวเองเขียนดี เขียนถูกหรือไม่ กดไปตามปุ่ม html css มุมล่างขวา ของหน้าเว็บได้เลยครับ  ส่วน divland ไม่ validate นะครับ บอกไว้ก่อน <img src='http://www.divland.com/blog/smilies/yahoo_tongue.gif' alt='&#58;&#112;' class='wp-smiley' width='18' height='18' title='&#58;&#112;' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
