<?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: An easy way to create login panel with jQuery and CSS</title>
	<atom:link href="http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-css-login-panel</link>
	<description>Unique &#38; Practical Web Presence</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:16:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-93110</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 09 Oct 2011 02:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-93110</guid>
		<description>Simple and works perfectly, awesome job and thanks!</description>
		<content:encoded><![CDATA[<p>Simple and works perfectly, awesome job and thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vem</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-65394</link>
		<dc:creator>vem</dc:creator>
		<pubDate>Mon, 05 Sep 2011 04:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-65394</guid>
		<description>..thank yo for  this code it will help me to finish my project..keep on posting like this code
God bless</description>
		<content:encoded><![CDATA[<p>..thank yo for  this code it will help me to finish my project..keep on posting like this code<br />
God bless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-64127</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 01 Sep 2011 13:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-64127</guid>
		<description>Lovely  tutorial - have  implemented  it on my site.

Thanks.</description>
		<content:encoded><![CDATA[<p>Lovely  tutorial &#8211; have  implemented  it on my site.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubhamoy</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-49892</link>
		<dc:creator>Shubhamoy</dc:creator>
		<pubDate>Sun, 17 Jul 2011 08:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-49892</guid>
		<description>Hi Mohit,

Thanks a ton for this article! It helped me a lot in my recent project. 

BR,
Shubhamoy</description>
		<content:encoded><![CDATA[<p>Hi Mohit,</p>
<p>Thanks a ton for this article! It helped me a lot in my recent project. </p>
<p>BR,<br />
Shubhamoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-47024</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Tue, 05 Jul 2011 12:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-47024</guid>
		<description>And iPad has no Mouseout click, so the panel does not disappear with a touch outside the box. Maybe add a link inside the script (or cross) with a CLOSE-link?

&lt;a href=&quot;#login-close&quot;&gt;press ESC or close&lt;/a&gt;

$(&quot;#login-close&quot;).click(function() {
     $(&quot;#login-panel&quot;).hide(0);
     return false;
});</description>
		<content:encoded><![CDATA[<p>And iPad has no Mouseout click, so the panel does not disappear with a touch outside the box. Maybe add a link inside the script (or cross) with a CLOSE-link?</p>
<p><a href="#login-close">press ESC or close</a></p>
<p>$(&#8220;#login-close&#8221;).click(function() {<br />
     $(&#8220;#login-panel&#8221;).hide(0);<br />
     return false;<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh Mishra</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-40965</link>
		<dc:creator>Rakesh Mishra</dc:creator>
		<pubDate>Fri, 13 May 2011 04:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-40965</guid>
		<description>Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramod</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-32396</link>
		<dc:creator>pramod</dc:creator>
		<pubDate>Wed, 16 Feb 2011 05:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-32396</guid>
		<description>thankyou,
but I need to validate the username and password in php and then rediect to index page if its the right user and if not the dialog box should remain still showing invalid username or password</description>
		<content:encoded><![CDATA[<p>thankyou,<br />
but I need to validate the username and password in php and then rediect to index page if its the right user and if not the dialog box should remain still showing invalid username or password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sayid</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-31271</link>
		<dc:creator>sayid</dc:creator>
		<pubDate>Mon, 07 Feb 2011 00:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-31271</guid>
		<description>Thanks for sharing this simple and nice code with us, just one note on this css code:
# #login-panel{  
#     position: absolute;  
#     top: 26px;  
#     rightright: 0px;  
....}

I think there is a mistake on the last line on login-panel identifier and need to be modified to \right:0px\

thanks again :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this simple and nice code with us, just one note on this css code:<br />
# #login-panel{<br />
#     position: absolute;<br />
#     top: 26px;<br />
#     rightright: 0px;<br />
&#8230;.}</p>
<p>I think there is a mistake on the last line on login-panel identifier and need to be modified to \right:0px\</p>
<p>thanks again <img src='http://www.cssjockey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cye</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-30271</link>
		<dc:creator>cye</dc:creator>
		<pubDate>Sat, 29 Jan 2011 01:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-30271</guid>
		<description>i&#039;m going to use this.. thanks!!!</description>
		<content:encoded><![CDATA[<p>i&#8217;m going to use this.. thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitesh Chauhan</title>
		<link>http://www.cssjockey.com/web-development/html-css-tips/jquery-css-login-panel/comment-page-1#comment-29561</link>
		<dc:creator>Nitesh Chauhan</dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=967#comment-29561</guid>
		<description>hello, this post was really amazing.. thanx i am not into UI development but i am intrested in learning it. this was helpful.</description>
		<content:encoded><![CDATA[<p>hello, this post was really amazing.. thanx i am not into UI development but i am intrested in learning it. this was helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.cssjockey.com @ 2012-02-04 08:40:32 by W3 Total Cache -->
