<?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>CSS, XHTML, HTML5, Javascript, JQuery, Mobile Website, Wordpress - Volkan Altınbaş&#039;ın Seyir Defteri &#187; Google Chrome</title>
	<atom:link href="http://www.volkanaltinbas.com/tag/google-chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkanaltinbas.com</link>
	<description>CSS, XHTML, HTML5, Javascript, JQuery, Mobile Website, Wordpress Theme Development, Windows Metro Style Apps Development</description>
	<lastBuildDate>Sun, 20 May 2012 20:39:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Google Chrome ve Safari 3.1 için CSS Hack Yöntemi</title>
		<link>http://www.volkanaltinbas.com/google-chrome-ve-safari-31-icin-css-hack-yontemi/</link>
		<comments>http://www.volkanaltinbas.com/google-chrome-ve-safari-31-icin-css-hack-yontemi/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 07:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[:nth-of-type()]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[pseudo]]></category>
		<category><![CDATA[pseudo list]]></category>
		<category><![CDATA[Safari 3.1]]></category>

		<guid isPermaLink="false">http://www.volkanaltinbas.com/blog/?p=12</guid>
		<description><![CDATA[Kullanılan yöntem aslında sadece Google Chrome ve Safari 3.1 tarayıcılarını hedef alan bir yöntem değildir. Fakat şu anda Google Chrome ve Safari 3.1 bilinen tüm seçicilere destek vermesi bu yöntemi sadece bu iki tarayıcı için kullanma imkanı sağlar. Yukarıdaki kuralı sayfamıza eklediğimizde sadece Google Chrome ve Safari 3.1 tarayıcılarında paragrafların renginin gri olduğunu göreceksiniz. Kod [...]]]></description>
			<content:encoded><![CDATA[<p>Kullanılan yöntem aslında sadece Google Chrome ve Safari 3.1 tarayıcılarını hedef alan bir yöntem değildir. Fakat şu anda Google Chrome ve Safari 3.1 bilinen tüm seçicilere destek vermesi bu yöntemi sadece bu iki tarayıcı için kullanma imkanı sağlar.</p>
<pre class="brush: css; title: ; notranslate">
body:nth-of-type(1) p{
color: #333333;
}
</pre>
<p>Yukarıdaki kuralı sayfamıza eklediğimizde sadece Google Chrome ve Safari 3.1 tarayıcılarında paragrafların renginin gri olduğunu göreceksiniz. Kod tam olarak nasıl çalışır anlatmak istersek:</p>
<ul>
<li>Bilindiği gibi bir web sayfası içinde sadece bir tek body elemanı bulunur.</li>
<li>:nth-of-type() bir pseudo sınıfıdır ve sadece bahsedilen tarayıcılar tarafından desteklenir</li>
<li>body:nth-of-type(1) tanımın sonucunda ilk ve tek olan body elementi ile eşleşir</li>
</ul>
<p>Tüm bu pseduo&#8217;lara ait detaylı bilgiye <a href="http://www.w3.org/TR/CSS2/selector.html" target="_blank">http://www.w3.org/TR/CSS2/selector.html</a> altından erişebilir ve daha fazla bilgi sahibi olabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.volkanaltinbas.com/google-chrome-ve-safari-31-icin-css-hack-yontemi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2100567-1");
pageTracker._trackPageview();
} catch(err) {}</script>
