<?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: Slide your contact form in with style… using jQuery</title>
	<atom:link href="http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/</link>
	<description>Freelance Web Developer</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:56:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Renars</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-807</link>
		<dc:creator>Renars</dc:creator>
		<pubDate>Mon, 02 Jan 2012 17:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-807</guid>
		<description>Thanks for sharing :-) lovely tutorial ;)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing <img src='http://www.faridhadi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  lovely tutorial <img src='http://www.faridhadi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-795</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 06 Oct 2011 19:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-795</guid>
		<description>I think I may have solved it. I added zoom:1 to the #panel and the form seems to stay put. Thank you once again for your help Farid and for a great tutorial.</description>
		<content:encoded><![CDATA[<p>I think I may have solved it. I added zoom:1 to the #panel and the form seems to stay put. Thank you once again for your help Farid and for a great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-794</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 06 Oct 2011 18:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-794</guid>
		<description>Hi Farid,

Thank you so much for your reply. Unfortunately I still have the issue. I think it&#039;s something to do with the fact that I had to add a position:relative to the #panel otherwise it wouldn&#039;t show up over the parallax generated &quot;background&quot; images.

Hopefully I&#039;ll figure out a solution with Google&#039;s help. ;-)</description>
		<content:encoded><![CDATA[<p>Hi Farid,</p>
<p>Thank you so much for your reply. Unfortunately I still have the issue. I think it&#8217;s something to do with the fact that I had to add a position:relative to the #panel otherwise it wouldn&#8217;t show up over the parallax generated &#8220;background&#8221; images.</p>
<p>Hopefully I&#8217;ll figure out a solution with Google&#8217;s help. <img src='http://www.faridhadi.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid Hadi</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-793</link>
		<dc:creator>Farid Hadi</dc:creator>
		<pubDate>Wed, 05 Oct 2011 10:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-793</guid>
		<description>Hi Adam,

Seems like it might be the &quot;IE7 Disappearing Content Bug&quot;. Try adding a width, 480px like its parent should be good, to &lt;div id=&quot;wpcf7-f165-t1-o1&quot; class=&quot;wpcf7&quot;&gt; and probably also to the &lt;form&gt; (since your reset styles are adding a background property to it).

Let me know if that solves it.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Seems like it might be the &#8220;IE7 Disappearing Content Bug&#8221;. Try adding a width, 480px like its parent should be good, to &lt;div id=&#8221;wpcf7-f165-t1-o1&#8243; class=&#8221;wpcf7&#8243;&gt; and probably also to the &lt;form&gt; (since your reset styles are adding a background property to it).</p>
<p>Let me know if that solves it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-792</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 04 Oct 2011 22:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-792</guid>
		<description>Hi Farid,

Thanks with the help with the button. I&#039;m working on ie7 now and a form that I have positioned inside the panel disappears when the panel slides down. If you have 2 mins to see if you can spot the cause of the issue, I&#039;d be incredibly grateful. No worries if not, it&#039;s only ie7 after all! Live link is http://www.yourlifestyleangel.com</description>
		<content:encoded><![CDATA[<p>Hi Farid,</p>
<p>Thanks with the help with the button. I&#8217;m working on ie7 now and a form that I have positioned inside the panel disappears when the panel slides down. If you have 2 mins to see if you can spot the cause of the issue, I&#8217;d be incredibly grateful. No worries if not, it&#8217;s only ie7 after all! Live link is <a href="http://www.yourlifestyleangel.com" rel="nofollow">http://www.yourlifestyleangel.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julio</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-791</link>
		<dc:creator>julio</dc:creator>
		<pubDate>Thu, 22 Sep 2011 01:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-791</guid>
		<description>nice slider, but I want to do the same but in my case the slide would be in the bottom of my page and will be move down to up. It&#039;s  possible?</description>
		<content:encoded><![CDATA[<p>nice slider, but I want to do the same but in my case the slide would be in the bottom of my page and will be move down to up. It&#8217;s  possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xerrano</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-778</link>
		<dc:creator>Xerrano</dc:creator>
		<pubDate>Sun, 10 Jul 2011 05:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-778</guid>
		<description>Just perfect...</description>
		<content:encoded><![CDATA[<p>Just perfect&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid Hadi</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-659</link>
		<dc:creator>Farid Hadi</dc:creator>
		<pubDate>Tue, 05 Apr 2011 14:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-659</guid>
		<description>Hi Adam,

Change 
&lt;a href=&quot;javascript:void(0)&quot; class=&quot;contact&quot; id=&quot;contact-toggle&quot; rel=&quot;nofollow&quot;&gt;Contact&lt;/a&gt; 
to 
&lt;a href=&quot;#&quot; class=&quot;contact&quot; id=&quot;contact-toggle&quot; rel=&quot;nofollow&quot;&gt;Contact&lt;/a&gt; 
and you should get rid of that issue. 

I&#039;ll update the post.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Change<br />
&lt;a href=&#8221;javascript:void(0)&#8221; class=&#8221;contact&#8221; id=&#8221;contact-toggle&#8221; rel=&#8221;nofollow&#8221;&gt;Contact&lt;/a&gt;<br />
to<br />
&lt;a href=&#8221;#&#8221; class=&#8221;contact&#8221; id=&#8221;contact-toggle&#8221; rel=&#8221;nofollow&#8221;&gt;Contact&lt;/a&gt;<br />
and you should get rid of that issue. </p>
<p>I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-658</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 05 Apr 2011 13:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-658</guid>
		<description>Excellent job. Although I&#039;m having issues with ie8 and keep getting a javascript:void(0) error. Has anyone else had this problem?</description>
		<content:encoded><![CDATA[<p>Excellent job. Although I&#8217;m having issues with ie8 and keep getting a javascript:void(0) error. Has anyone else had this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://www.faridhadi.com/slide-your-contact-form-in-with-style-using-jquery/#comment-523</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Tue, 15 Feb 2011 15:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.faridhadi.com/?p=36#comment-523</guid>
		<description>Just wanted to say what a brilliant turtorial.I really appreciated the explanations as to each step. I&#039;m still a newbie to javascript and jquery and this was extremely clear and easy to follow and the code worked first time. 

Many thanks</description>
		<content:encoded><![CDATA[<p>Just wanted to say what a brilliant turtorial.I really appreciated the explanations as to each step. I&#8217;m still a newbie to javascript and jquery and this was extremely clear and easy to follow and the code worked first time. </p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

