<?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 for Alex Mauzon</title>
	<atom:link href="http://mauzon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mauzon.com</link>
	<description>Coding and programming tricks, ideas, notes: xHTML, CSS, JS etc</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:22:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on IE bug for clear: both; by dick</title>
		<link>http://mauzon.com/ie-bug-for-clear-both/comment-page-1/#comment-13287</link>
		<dc:creator>dick</dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://mauzon.com/?p=19#comment-13287</guid>
		<description>10x this one is nice fix.</description>
		<content:encoded><![CDATA[<p>10x this one is nice fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ultimate solution for IE6 position: fixed problem by peter</title>
		<link>http://mauzon.com/an-ultimate-solution-for-ie6-position-fixed-problem/comment-page-1/#comment-12999</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 08 Jul 2010 10:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=89#comment-12999</guid>
		<description>Hi,


is any body solve my problem...

i like to use two background images, one across top, other down side is it possible

this is my code but its not working ????? :(

body { 
	background:url(../images/bg-top.jpg) top repeat-x fixed;
	}
html {
		background:url(../images/bg-top.jpg) bottom  repeat-x fixed;
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>is any body solve my problem&#8230;</p>
<p>i like to use two background images, one across top, other down side is it possible</p>
<p>this is my code but its not working ????? <img src='http://mauzon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>body {<br />
	background:url(../images/bg-top.jpg) top repeat-x fixed;<br />
	}<br />
html {<br />
		background:url(../images/bg-top.jpg) bottom  repeat-x fixed;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Alex</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12806</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12806</guid>
		<description>Remove [:] symbol after P before {</description>
		<content:encoded><![CDATA[<p>Remove [:] symbol after P before {</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Amin</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12803</link>
		<dc:creator>Amin</dc:creator>
		<pubDate>Thu, 24 Jun 2010 09:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12803</guid>
		<description>div#test p:first-child {text-decoration: underline; color:red;}
div#test p:last-child {color: #0000ff;}



div#test p:{color:expression(this.previousSibling==null?&#039;red&#039;:&#039;black&#039;);}
div#test p:{color:expression(this.nextSibling==null?&#039;#0000ff&#039;:&#039;black&#039;);}


is not working
please advice me...

thanks &amp; regards
amin</description>
		<content:encoded><![CDATA[<p>div#test p:first-child {text-decoration: underline; color:red;}<br />
div#test p:last-child {color: #0000ff;}</p>
<p>div#test p:{color:expression(this.previousSibling==null?&#8217;red&#8217;:'black&#8217;);}<br />
div#test p:{color:expression(this.nextSibling==null?&#8217;#0000ff&#8217;:'black&#8217;);}</p>
<p>is not working<br />
please advice me&#8230;</p>
<p>thanks &amp; regards<br />
amin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by designer</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12544</link>
		<dc:creator>designer</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12544</guid>
		<description>when i try to use back ground image, it’s also not working in ie 6.0 this is my code

#subnav2 li { background-image:url(images/bg1.png); color:#fff; height:30px;}
#subnav2 li:first-child {background-image:url(images/bg2.png); color:#fff; height:30px;}
#subnav2 li {background-image: expression(this.previousSibling==null?’url(images/bg2.png)’:&#039;url(images/bg1.png)’);}</description>
		<content:encoded><![CDATA[<p>when i try to use back ground image, it’s also not working in ie 6.0 this is my code</p>
<p>#subnav2 li { background-image:url(images/bg1.png); color:#fff; height:30px;}<br />
#subnav2 li:first-child {background-image:url(images/bg2.png); color:#fff; height:30px;}<br />
#subnav2 li {background-image: expression(this.previousSibling==null?’url(images/bg2.png)’:&#8217;url(images/bg1.png)’);}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by designer</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12543</link>
		<dc:creator>designer</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12543</guid>
		<description>when i try to use back ground image, it&#039;s also not working in ie 6.0 this is my code 

#subnav2 li { background-image:url(images/bg1.png); color:#fff; height:30px;}
#subnav2 li:first-child {background-image:url(images/bg2.png); color:#fff; height:30px;}
#subnav li {background-image: expression(this.previousSibling==null?&#039;url(images/bg2.png)&#039;:&#039;url(images/bg1.png)&#039;);}</description>
		<content:encoded><![CDATA[<p>when i try to use back ground image, it&#8217;s also not working in ie 6.0 this is my code </p>
<p>#subnav2 li { background-image:url(images/bg1.png); color:#fff; height:30px;}<br />
#subnav2 li:first-child {background-image:url(images/bg2.png); color:#fff; height:30px;}<br />
#subnav li {background-image: expression(this.previousSibling==null?&#8217;url(images/bg2.png)&#8217;:'url(images/bg1.png)&#8217;);}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Alex</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12542</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12542</guid>
		<description>You should use expression logics within expression. 
But I suggest you to use classes instead (at least for last-child)</description>
		<content:encoded><![CDATA[<p>You should use expression logics within expression.<br />
But I suggest you to use classes instead (at least for last-child)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by designer</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12541</link>
		<dc:creator>designer</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12541</guid>
		<description>#subnav li {background-color: gray; color:#fff; height:30px;}
#subnav li:first-child {background-color: blue; color:#fff; height:30px;}
#subnav li:last-child {background-color: red; color:#fff; height:30px;}
#subnav li {background-color: expression(this.previousSibling==null?&#039;blue&#039;:&#039;gray&#039;);}
#subnav li {background-color: expression(this.nextSibling==null?&#039;red&#039;:&#039;gray&#039;);}

this is my code am not able to use first child and last at a time it&#039;s not working in ie 6.0</description>
		<content:encoded><![CDATA[<p>#subnav li {background-color: gray; color:#fff; height:30px;}<br />
#subnav li:first-child {background-color: blue; color:#fff; height:30px;}<br />
#subnav li:last-child {background-color: red; color:#fff; height:30px;}<br />
#subnav li {background-color: expression(this.previousSibling==null?&#8217;blue&#8217;:'gray&#8217;);}<br />
#subnav li {background-color: expression(this.nextSibling==null?&#8217;red&#8217;:'gray&#8217;);}</p>
<p>this is my code am not able to use first child and last at a time it&#8217;s not working in ie 6.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get real window width by Akhil</title>
		<link>http://mauzon.com/how-to-get-real-window-width/comment-page-1/#comment-12515</link>
		<dc:creator>Akhil</dc:creator>
		<pubDate>Tue, 08 Jun 2010 08:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://mauzon.com/?p=22#comment-12515</guid>
		<description>thanks for the code</description>
		<content:encoded><![CDATA[<p>thanks for the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pseudoclasses :first-child and :last-child for IE6 by Alex</title>
		<link>http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/comment-page-1/#comment-12346</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 29 May 2010 00:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauzon.com/?p=85#comment-12346</guid>
		<description>Steve, can I see your example at some URL? Try to catch me online using gTalk or Skype (username is mauzon)</description>
		<content:encoded><![CDATA[<p>Steve, can I see your example at some URL? Try to catch me online using gTalk or Skype (username is mauzon)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
