June 3, 201016 yr in this example I’ll explain how to create a menu with css that uses the propriety -moz-border-radius. Demo work only on firefox. Demo and Download
June 3, 201016 yr -moz-border-radius Isn't propriety, its Mozilla's implementation of the CSS3 standard border-radius that is still under development. Additionally you can do rounded corners on Chrome/Safari using -webkit-border-radius and on Opera using border-radius There are some implementation differences however when it comes to elliptical corners and short-form rules. More information at https://developer.mozilla.org/en/css/-moz-border-radius
June 7, 201016 yr Author -moz-border-radius Isn't propriety, its Mozilla's implementation of the CSS3 standard border-radius that is still under development. Additionally you can do rounded corners on Chrome/Safari using -webkit-border-radius and on Opera using border-radius There are some implementation differences however when it comes to elliptical corners and short-form rules. More information at https://developer.mozilla.org/en/css/-moz-border-radius Thank you for the information
Create an account or sign in to comment