<?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: CSS3 Box-Shadow with Inset Values &#8211; The Aqua Button ReReVisited!</title>
	<atom:link href="http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/</link>
	<description>Web and Mobile Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:35:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Blogging Well &#187; Blog Archive &#187; 20 CSS3 Tutorials and Techniques for Creating Buttons</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-3623</link>
		<dc:creator>Blogging Well &#187; Blog Archive &#187; 20 CSS3 Tutorials and Techniques for Creating Buttons</dc:creator>
		<pubDate>Thu, 03 Nov 2011 02:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-3623</guid>
		<description>[...] CSS3 Box-Shadow Button with Inset Values (Aqua Button) [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS3 Box-Shadow Button with Inset Values (Aqua Button) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2715</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Aug 2011 18:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2715</guid>
		<description>Luiz, yeah I just tried on Chrome. and you&#039;re right! not sure why just using the class name fails.

and Ly, I don&#039;t think you can alter/distort the shape of the shadow. using &quot;transform&quot; would alter the whole shape, so I can&#039;t think of the good solution without adding extra element there.
I would like to know if somebody figures out!</description>
		<content:encoded><![CDATA[<p>Luiz, yeah I just tried on Chrome. and you&#8217;re right! not sure why just using the class name fails.</p>
<p>and Ly, I don&#8217;t think you can alter/distort the shape of the shadow. using &#8220;transform&#8221; would alter the whole shape, so I can&#8217;t think of the good solution without adding extra element there.<br />
I would like to know if somebody figures out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Most Hot Latest CSS And CSS3 Buttons, 110 Best Of The Best Sets !</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2691</link>
		<dc:creator>Most Hot Latest CSS And CSS3 Buttons, 110 Best Of The Best Sets !</dc:creator>
		<pubDate>Sun, 31 Jul 2011 12:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2691</guid>
		<description>[...] CSS3 Gradient no Image Aqua buttons [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS3 Gradient no Image Aqua buttons [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ly Mantok</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2660</link>
		<dc:creator>Ly Mantok</dc:creator>
		<pubDate>Sat, 30 Jul 2011 07:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2660</guid>
		<description>This is awesome!!! Thanks for sharing. I was wondering if you had any ideas on how to perfect a circular css &quot;button&quot; rather than a rounded corner rectangle?

I tried these mods to your code but it does not look right. It appears the circular photoshop aqua buttons have more of an oval bubble at the top rather than a partial circle. Any advice appreciated! Many thanks!

	input[type=button].new-aqua

	{

			width:  100px;

			height: 100px;

			

			background: #cde; 

			border: 2px solid #ccc; 

			border-color: #8ba2c1 #5890bf #4f93ca #768fa5; 

			font: 600 16px/1 Lucida Sans, Verdana, sans-serif; 

			color: #fff; 

			text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;

			text-align: center; 

			vertical-align: middle; 

			white-space: nowrap; 

			text-overflow: ellipsis; 

			overflow: hidden;

			border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;

			-webkit-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -45px 0 12px #48c, inset 0 -100px 15px -10px #7ad;

	}</description>
		<content:encoded><![CDATA[<p>This is awesome!!! Thanks for sharing. I was wondering if you had any ideas on how to perfect a circular css &#8220;button&#8221; rather than a rounded corner rectangle?</p>
<p>I tried these mods to your code but it does not look right. It appears the circular photoshop aqua buttons have more of an oval bubble at the top rather than a partial circle. Any advice appreciated! Many thanks!</p>
<p>	input[type=button].new-aqua</p>
<p>	{</p>
<p>			width:  100px;</p>
<p>			height: 100px;</p>
<p>			background: #cde; </p>
<p>			border: 2px solid #ccc; </p>
<p>			border-color: #8ba2c1 #5890bf #4f93ca #768fa5; </p>
<p>			font: 600 16px/1 Lucida Sans, Verdana, sans-serif; </p>
<p>			color: #fff; </p>
<p>			text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;</p>
<p>			text-align: center; </p>
<p>			vertical-align: middle; </p>
<p>			white-space: nowrap; </p>
<p>			text-overflow: ellipsis; </p>
<p>			overflow: hidden;</p>
<p>			border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;</p>
<p>			-webkit-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -45px 0 12px #48c, inset 0 -100px 15px -10px #7ad;</p>
<p>	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS button, 110 best!</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2623</link>
		<dc:creator>CSS button, 110 best!</dc:creator>
		<pubDate>Wed, 27 Jul 2011 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2623</guid>
		<description>[...] CSS3 Gradient no Image Aqua buttons [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS3 Gradient no Image Aqua buttons [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luiz Marques</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2231</link>
		<dc:creator>Luiz Marques</dc:creator>
		<pubDate>Mon, 20 Jun 2011 01:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2231</guid>
		<description>Just figured out that changing the selector from
.new-aqua:hover

to 

input[type=button].new-aqua:hover

makes hover work properly on Chrome and Firefox 4.</description>
		<content:encoded><![CDATA[<p>Just figured out that changing the selector from<br />
.new-aqua:hover</p>
<p>to </p>
<p>input[type=button].new-aqua:hover</p>
<p>makes hover work properly on Chrome and Firefox 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best CSS3 Tutorials Of 2010</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2184</link>
		<dc:creator>Best CSS3 Tutorials Of 2010</dc:creator>
		<pubDate>Mon, 30 May 2011 16:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2184</guid>
		<description>[...] 14. CSS3 Box-Shadow with Inset Values – The Aqua Button ReReVisited!  [...]</description>
		<content:encoded><![CDATA[<p>[...] 14. CSS3 Box-Shadow with Inset Values – The Aqua Button ReReVisited!  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: custom cardboard boxes guy</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2140</link>
		<dc:creator>custom cardboard boxes guy</dc:creator>
		<pubDate>Fri, 06 May 2011 16:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2140</guid>
		<description>Cheers for the material. I found it very helpful and look forward to reading your posts in the future. Great blog.</description>
		<content:encoded><![CDATA[<p>Cheers for the material. I found it very helpful and look forward to reading your posts in the future. Great blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MT Online Banking</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-2076</link>
		<dc:creator>MT Online Banking</dc:creator>
		<pubDate>Mon, 04 Apr 2011 15:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-2076</guid>
		<description>wohh exactly   what I was  searching  for,  thankyou  for posting .</description>
		<content:encoded><![CDATA[<p>wohh exactly   what I was  searching  for,  thankyou  for posting .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Best CSS3 Tutorials 2010 &#124; webdesign14.com</title>
		<link>http://girliemac.com/blog/2010/02/04/css3-box-shadow-with-inset-values-the-aqua-button-rerevisited/comment-page-1/#comment-1928</link>
		<dc:creator>50 Best CSS3 Tutorials 2010 &#124; webdesign14.com</dc:creator>
		<pubDate>Wed, 29 Dec 2010 12:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://girliemac.com/blog/?p=151#comment-1928</guid>
		<description>[...] 14. CSS3 Box-Shadow with Inset Values – The Aqua Button ReReVisited!  [...]</description>
		<content:encoded><![CDATA[<p>[...] 14. CSS3 Box-Shadow with Inset Values – The Aqua Button ReReVisited!  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

