Css cross-browser round corners .rounded{ -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ border-radius: 10px; /* CSS3 */ } For IE < IE8 download the htc file border-radius.htc and add .rounded { behavior: url(http://yoursite.com/border-radius.htc); } Css cross-browser Transparency … Continue reading
↧