-webkit-border-radius: 5px; /* for borwsers such as safari (webkit browsers...) */
-moz-border-radius: 5px; /* for all firefox versions */
border-radius: 5px; /* other browsers... */
Limited Luck said:jQuery will make corners rounded, but requires a bit more in-depth work but if you simply want rounded corners via CSS then the following codes will work...
Code:-webkit-border-radius: 5px; /* for borwsers such as safari (webkit browsers...) */ -moz-border-radius: 5px; /* for all firefox versions */ border-radius: 5px; /* other browsers... */
*Note: because internet explorer sucks, IE doesn't recognise any CSS border features for rounded corners. Also the code above is CSS3 so some browsers that display CSS properly, may not support CSS3. Firefox and Safari are by far the best browsers.
Since 2007, Forum Promotion has specialized in providing advertising solutions to webmasters looking to promote their communities. We pride ourselves in being the bridge that connects forum administrators, bloggers, and more.
We use essential cookies to make this site work, and optional cookies to enhance your experience.