/ Published in: CSS
                    
                                        
CSS3 fallback prefixes for major browser-vendors.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
Webkit: -webkit-
Mozilla: -moz-
Opera: -o-
Konqueror: -khtml-
Microsoft: -ms-
Chrome: -chrome-
.foo {
-webkit-border-radius: 10px;
-moz-boder-radius: 10px;
border-radius: 10px;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                