<?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>ซาลาเปา (Zalapao Blog) ลองทำ SEO &#187; CSS</title>
	<atom:link href="http://blog.zalapao.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zalapao.com</link>
	<description>รับทำ SEO รวมเทคนิคการทำ SEO ให้ติดอันดับ, การทำ AdWords, เครื่องมือ SEO</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:47:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS3 support for Internet Explorer 6, 7, and 8</title>
		<link>http://blog.zalapao.com/css/css3-support-for-internet-explorer-6-7-and-8.html</link>
		<comments>http://blog.zalapao.com/css/css3-support-for-internet-explorer-6-7-and-8.html#comments</comments>
		<pubDate>Fri, 18 Jun 2010 14:07:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://blog.zalapao.com/?p=150</guid>
		<description><![CDATA[What is it?
IE-CSS3 is a script to provide Internet Explorer support for several of the popular new styles available in the upcoming CSS3 standard.
How it works
If you&#8217;re viewing this page in Internet Explorer, some of the elements have been rebuilt by the script in Vector Markup Language (VML), an IE-specific vector drawing language. VML supports [...]]]></description>
			<content:encoded><![CDATA[<p>What is it?</p>
<p>IE-CSS3 is a script to provide Internet Explorer support for several of the popular new styles available in the upcoming CSS3 standard.<br />
How it works</p>
<p>If you&#8217;re viewing this page in Internet Explorer, some of the elements have been rebuilt by the script in Vector Markup Language (VML), an IE-specific vector drawing language. VML supports things that are missing from IE&#8217;s CSS implementation like rounded corners and blur effects.<br />
How to use it</p>
<p>Just add CSS styles as you normally would, but include one new line:</p>
<p>.box {<br />
  -moz-border-radius: 15px; /* Firefox */<br />
  -webkit-border-radius: 15px; /* Safari and Chrome */<br />
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */</p>
<p>  -moz-box-shadow: 10px 10px 20px #000; /* Firefox */<br />
  -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */<br />
  box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */</p>
<p>  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the &#8216;box&#8217; class */<br />
}</p>
<p>Issues and Workarounds</p>
<p>You will probably run into issues with z-index, especially if embedding one IE-CSS3 enabled element inside of another. There are two simple workarounds:</p>
<p>    * Set the z-index of the IE-CSS3 element to a number larger than its surrounding elements.<br />
    * Make sure the IE-CSS3 element is positioned, such as with position: relative or position: absolute</p>
<p>Styles and their status<br />
Style 	What works 	What doesn&#8217;t work<br />
border-radius 	</p>
<p>    * Setting a radius for all four corners<br />
    * Element borders</p>
<p>    * Setting a radius for individual corners separately</p>
<p>box-shadow 	</p>
<p>    * Blur size<br />
    * Offset</p>
<p>    * Any color other than #000</p>
<p>text-shadow 	</p>
<p>    * Blur size<br />
    * Offset<br />
    * Color</p>
<p>    * The shadow looks a little bit different than it does in FF/Safari/Chrome, I&#8217;m not sure why</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zalapao.com/css/css3-support-for-internet-explorer-6-7-and-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

