﻿<?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>Comments on: Pseudo classes first-child e last-child cross browser usando css condicional</title>
	<atom:link href="http://www.tidbits.com.br/first-child-e-last-child-cross-browser-usando-css-condicional/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tidbits.com.br/first-child-e-last-child-cross-browser-usando-css-condicional</link>
	<description>Desenvolvimento de Front End</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:32:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: André Rueda</title>
		<link>http://www.tidbits.com.br/first-child-e-last-child-cross-browser-usando-css-condicional/comment-page-1#comment-700</link>
		<dc:creator>André Rueda</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tidbits.com.br/?p=69#comment-700</guid>
		<description>Aplicação:


	
		
			.tabela tr td{

				/* font padrão - preto */
				color: #000;

				/* IE - CSS Condicional */
				color: expression(this.previousSibling == null ? &#039;#ff0000&#039; : &#039;#000&#039;);

			}

			/*
				Pra todos os outros browsers é mais simples,
				é só usar o pseudo-classe :first-child
			*/
			.tabela tr td:first-child{ color: #f00; }
		
	
	
		
			
				
					Nome
				
				
					André
				
			
			
				
					Descrição
				
				
					Teste
				
			
			
				
					Nota
				
				
					10
				
			
		
	
</description>
		<content:encoded><![CDATA[<p>Aplicação:</p>
<p>			.tabela tr td{</p>
<p>				/* font padrão &#8211; preto */<br />
				color: #000;</p>
<p>				/* IE &#8211; CSS Condicional */<br />
				color: expression(this.previousSibling == null ? &#8216;#ff0000&#8242; : &#8216;#000&#8242;);</p>
<p>			}</p>
<p>			/*<br />
				Pra todos os outros browsers é mais simples,<br />
				é só usar o pseudo-classe :first-child<br />
			*/<br />
			.tabela tr td:first-child{ color: #f00; }</p>
<p>					Nome</p>
<p>					André</p>
<p>					Descrição</p>
<p>					Teste</p>
<p>					Nota</p>
<p>					10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Você não precisa de css hacks &#124; TidBits</title>
		<link>http://www.tidbits.com.br/first-child-e-last-child-cross-browser-usando-css-condicional/comment-page-1#comment-150</link>
		<dc:creator>Você não precisa de css hacks &#124; TidBits</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tidbits.com.br/?p=69#comment-150</guid>
		<description>[...] o suporte a imagens alpha ( pgn24 ) tão usado pelos designers hoje em dia e os pseudo seletores :first-child e :last-child. Essas 3 opções, somente essas 3 não tem jeito mesmo, é colocar expression no seu css e filter [...]</description>
		<content:encoded><![CDATA[<p>[...] o suporte a imagens alpha ( pgn24 ) tão usado pelos designers hoje em dia e os pseudo seletores :first-child e :last-child. Essas 3 opções, somente essas 3 não tem jeito mesmo, é colocar expression no seu css e filter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Min-Height e Max-Height para IE usando css condicional &#124; TidBits</title>
		<link>http://www.tidbits.com.br/first-child-e-last-child-cross-browser-usando-css-condicional/comment-page-1#comment-105</link>
		<dc:creator>Min-Height e Max-Height para IE usando css condicional &#124; TidBits</dc:creator>
		<pubDate>Wed, 15 Oct 2008 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tidbits.com.br/?p=69#comment-105</guid>
		<description>[...] com o exemplo de :first-child e :last-child, para usar min-height e max-height é necessário css [...]</description>
		<content:encoded><![CDATA[<p>[...] com o exemplo de :first-child e :last-child, para usar min-height e max-height é necessário css [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

