<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>iK</title>
	<atom:link href="http://imraankhan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imraankhan.wordpress.com</link>
	<description>imran khan&#039;s weblog</description>
	<lastBuildDate>Sat, 26 Mar 2011 07:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='imraankhan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8f30a9507fb583c874b961df50c3e961?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>iK</title>
		<link>http://imraankhan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://imraankhan.wordpress.com/osd.xml" title="iK" />
	<atom:link rel='hub' href='http://imraankhan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Background image to table row in IE7 &amp; IE6</title>
		<link>http://imraankhan.wordpress.com/2009/06/24/hi-this-is-my-first-post/</link>
		<comments>http://imraankhan.wordpress.com/2009/06/24/hi-this-is-my-first-post/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:26:47 +0000</pubDate>
		<dc:creator>khan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Background Image]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Table Row]]></category>
		<category><![CDATA[tr]]></category>
		<category><![CDATA[trouble]]></category>

		<guid isPermaLink="false">http://imraankhan.wordpress.com/?p=9</guid>
		<description><![CDATA[In short, it&#8217;s not supported in these 2 versions of Internet Explorer. The work-around for this, is to use background image for &#60;td&#62; elements. &#60;tr&#62; &#60;td style=&#34;background:transparent url(images/even-row-bg.png) repeat-x 0 0;&#34;&#62;The background image&#60;/td&#62; &#60;td style=&#34;background:transparent url(images/even-row-bg.png) repeat-x 0 0;&#34;&#62;is not applied to our parent row,&#60;/td&#62; &#60;td style=&#34;background:transparent url(images/even-row-bg.png) repeat-x 0 0;&#34;&#62;but to us.&#60;/td&#62; &#60;/tr&#62; If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imraankhan.wordpress.com&amp;blog=8307243&amp;post=9&amp;subd=imraankhan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In short, it&#8217;s not supported in these 2 versions of Internet Explorer. The work-around for this, is to use background image for &lt;td&gt; elements.</p>
<pre class="brush: xml;">

&lt;tr&gt;

&lt;td style=&quot;background:transparent url(images/even-row-bg.png) repeat-x  0 0;&quot;&gt;The background image&lt;/td&gt;

&lt;td style=&quot;background:transparent url(images/even-row-bg.png) repeat-x  0 0;&quot;&gt;is not applied to our parent row,&lt;/td&gt;

&lt;td style=&quot;background:transparent url(images/even-row-bg.png) repeat-x  0 0;&quot;&gt;but to us.&lt;/td&gt;

&lt;/tr&gt;
</pre>
<p>If the background image is one for the row, background-position would help.<br />
<strong>Note : </strong>You should not use cellspacing for &lt;td&gt;s for this to work</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imraankhan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imraankhan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imraankhan.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imraankhan.wordpress.com&amp;blog=8307243&amp;post=9&amp;subd=imraankhan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imraankhan.wordpress.com/2009/06/24/hi-this-is-my-first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a11613c54b5d16cce659b69fe63d916?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imran</media:title>
		</media:content>
	</item>
	</channel>
</rss>
