JustGotAQuestion Posted May 9, 2008 Share Posted May 9, 2008 What is the best way to round the corners of a div (or whatever i guess) that will work in all browsers? I don't want to have to use images. Link to comment https://forums.phpfreaks.com/topic/104794-rounding-corners/ Share on other sites More sharing options...
MishieMoo Posted May 9, 2008 Share Posted May 9, 2008 The best way I've found to round corners is using NiftyCube: http://www.html.it/articoli/niftycube/index.html It's pretty easy to install and figure out, and completely customizable + Link to comment https://forums.phpfreaks.com/topic/104794-rounding-corners/#findComment-536459 Share on other sites More sharing options...
AndyB Posted May 9, 2008 Share Posted May 9, 2008 25 alternatives - http://www.cssjuice.com/25-rounded-corners-techniques-with-css/ Link to comment https://forums.phpfreaks.com/topic/104794-rounding-corners/#findComment-536465 Share on other sites More sharing options...
soycharliente Posted May 16, 2008 Share Posted May 16, 2008 I know nothing of the cross-browser compatibility. I'm in FF. a:link, a:visited, a:active, a:hover { color: #224466; text-decoration: none; padding: 5px 5px 3px 5px; background-color: #c6d9e9; border: 1px solid #80b5d0; border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; } Link to comment https://forums.phpfreaks.com/topic/104794-rounding-corners/#findComment-542932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.