<?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: Rounded Corners with JavaScript and CSS &#8211; No Images</title>
	<atom:link href="http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BG mail</title>
		<link>http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/comment-page-1/#comment-55638</link>
		<dc:creator>BG mail</dc:creator>
		<pubDate>Sun, 02 Oct 2011 00:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/rounded-corners-javascript-css-no-images/#comment-55638</guid>
		<description>I am extremely inspired along with your writing abilities as smartly as with the structure on your blog. Is this a paid subject matter or did you customize it yourself? Anyway stay up the excellent high quality writing, it is rare to peer a nice weblog like this one today.</description>
		<content:encoded><![CDATA[<p>I am extremely inspired along with your writing abilities as smartly as with the structure on your blog. Is this a paid subject matter or did you customize it yourself? Anyway stay up the excellent high quality writing, it is rare to peer a nice weblog like this one today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/comment-page-1/#comment-35377</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 30 Dec 2010 14:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/rounded-corners-javascript-css-no-images/#comment-35377</guid>
		<description>I&#039;m researching on the very same topic (the rounded corners effect) and stumbled on your post. Nowadays, major browsers except IE support the CSS property border-radius or it&#039;s browser specific variants.

For example:

.rounded-corners {
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius: 15px;
}

would already take care of the border radius issue in FF (all recent versions), Safari (all recent versions), Chrome and Opera (from 10.5). More about browser support here: http://www.css3.info/preview/rounded-border/

Currently IE does not support the CSS border-radius property, although there&#039;s also another workaround here: http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser</description>
		<content:encoded><![CDATA[<p>I&#8217;m researching on the very same topic (the rounded corners effect) and stumbled on your post. Nowadays, major browsers except IE support the CSS property border-radius or it&#8217;s browser specific variants.</p>
<p>For example:</p>
<p>.rounded-corners {<br />
-moz-border-radius:15px;<br />
-webkit-border-radius:15px;<br />
border-radius: 15px;<br />
}</p>
<p>would already take care of the border radius issue in FF (all recent versions), Safari (all recent versions), Chrome and Opera (from 10.5). More about browser support here: <a href="http://www.css3.info/preview/rounded-border/" rel="nofollow">http://www.css3.info/preview/rounded-border/</a></p>
<p>Currently IE does not support the CSS border-radius property, although there&#8217;s also another workaround here: <a href="http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser" rel="nofollow">http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/comment-page-1/#comment-11935</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/rounded-corners-javascript-css-no-images/#comment-11935</guid>
		<description>’m finding there is something odd with min-height 100% – that is used in a few sticky footer techniques. Its only been out a few days and has already wated 4 hours of my time!
www.minikasino.com/</description>
		<content:encoded><![CDATA[<p>’m finding there is something odd with min-height 100% – that is used in a few sticky footer techniques. Its only been out a few days and has already wated 4 hours of my time!<br />
<a href="http://www.minikasino.com/" rel="nofollow">http://www.minikasino.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tiearney</title>
		<link>http://www.benmccann.com/dev-blog/rounded-corners-javascript-css-no-images/comment-page-1/#comment-51</link>
		<dc:creator>Chris Tiearney</dc:creator>
		<pubDate>Thu, 21 Feb 2008 06:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lumidant.com/blog/rounded-corners-javascript-css-no-images/#comment-51</guid>
		<description>Hi,

I have found a similar problem as soon as I added some padding. Now I&#039;m completely new to all of this and a real newbie at JavaScript but here is some code:

    
        
            Log In

            
			
			
				var border = RUZEE.ShadedBorder.create({ corner:10, shadow:28,  border:2 });
			
			
			
				#page, #page .sb-inner { background:#CCCCFF; }
				#page .sb-shadow { background:#9999FF; }
				#page .sb-border { background:#6666FF; }
				#page { width:300px; height:100px; padding:10px; }
				
				.page_font { font-family:Trebuchet MS; font-size:11px; }
			
        
        
        
            
                
                    
                        
                        &lt;?if (isset($_GET[&#039;flag&#039;])) echo &quot;Wrong username or password&quot;; ?&gt;
                            
                                Username
                                
                            
                            
                                Password
                                
                            
							
								
							
                        
                    
                
            
            
            
				border.render(&#039;page&#039;);
			
        
    

Looks great in Firefox but in IE7 it was a screw up. Is there a decent cross-browser library that can be used?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have found a similar problem as soon as I added some padding. Now I&#8217;m completely new to all of this and a real newbie at JavaScript but here is some code:</p>
<p>            Log In</p>
<p>				var border = RUZEE.ShadedBorder.create({ corner:10, shadow:28,  border:2 });</p>
<p>				#page, #page .sb-inner { background:#CCCCFF; }<br />
				#page .sb-shadow { background:#9999FF; }<br />
				#page .sb-border { background:#6666FF; }<br />
				#page { width:300px; height:100px; padding:10px; }</p>
<p>				.page_font { font-family:Trebuchet MS; font-size:11px; }</p>
<p>                        &lt;?if (isset($_GET['flag'])) echo &#8220;Wrong username or password&#8221;; ?&gt;</p>
<p>                                Username</p>
<p>                                Password</p>
<p>				border.render(&#8216;page&#8217;);</p>
<p>Looks great in Firefox but in IE7 it was a screw up. Is there a decent cross-browser library that can be used?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

