htc test
ie-css3.htc test ... .htc found at http://fetchak.com/ie-css3/
Test
/* minified r script 28 TODO -- profile */ .box { -moz-border-radius: 15px; /* Firefox */ -webkit-border-radius: 15px; /* Safari and Chrome */ border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ -moz-box-shadow: 10px 10px 20px #000; /* Firefox */ -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */ box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ background-color: #f0f0f0; width: 740px; margin: 0 auto 15px auto; padding: 20px 35px; border: 1px solid #d7d7d7; z-index:9999; position:relative; } border-radius.htc test ... .htc found at http://code.google.com/p/curved-corner/
Test
/* minified false r script 29 TODO -- profile */ .box1{background-color: #f0f0f0;width:533px;height:50px;margin:0 auto 15px auto;padding:30px;border:1px solid #d7d7d7;-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;behavior:url(border-radius.htc);z-index:9999;position:relative} 












