This link is outside of our network
http://providers.commonwealthcare.org/round.asp
and corners are rounded with IE 9.0 (v. 9.0.8112.16421) & 10.0 - let's say in a data center/hosted location with client machines Win 7, WinServer 2008 R2 (outside of the company networlk)
And the <div tag and <input bottons appear with rounded corners
http://www.humangenome.org/roundAsp.jpg
with this code
input.button3 {
color: black ;
font-size:24px;
background-color: #9cf ;
border-radius: 7px;
border-top: 3px solid #c0ffff ;
border-right: 3px solid #00f ;
border-bottom: 3px solid #00f ;
border-left: 3px solid #c0ffff ; }
or, with
div.stdcssdemobox {border: 4px solid rgba(242, 13, 242, 0.19) ; border-radius: 20px ;padding: 20px ;background-color: #4cff00 ;color: #000 ;) }
But within our company (behind the firewall) with Win 7 / Winserver 2008 both IE 10.0 (1.0.9200.16576) and IE 9.0, I cannot get rounded corners.... everything is with square corners.
Tried with inline ... style="{ .... vs. class=" .... it did not make any difference
Did not look at it from my home machines, etc. but what can be the difference .... I am willing to look at the .dll version issues .... but what can it be?
Summary: CSS feature that works in IE 9/10 does not work in neither version of IE 9/10 ... Why Why Why?