gerkintrigg Posted November 26, 2011 Share Posted November 26, 2011 I understand the round corner command in CSS and it works when I use it like this: .round_corner_image{ -moz-border-radius: 15px;; border-radius: 15px; margin:2px; } My question is how to make a box like the logo here: http://ghostsinplymouth.co.uk/furniture/small_logo.jpg I want to make a box in CSS which has the same shape as the rusted metal and figured it's probably possible in CSS 3. I've tried negative values but that doesn't work. Any suggestions? Thanks. Link to comment https://forums.phpfreaks.com/topic/251857-css-inverted-round-corners/ Share on other sites More sharing options...
Adam Posted November 27, 2011 Share Posted November 27, 2011 There is no CSS only solution, you need to use images. Link to comment https://forums.phpfreaks.com/topic/251857-css-inverted-round-corners/#findComment-1291547 Share on other sites More sharing options...
gerkintrigg Posted November 28, 2011 Author Share Posted November 28, 2011 Bummer. Thanks. Link to comment https://forums.phpfreaks.com/topic/251857-css-inverted-round-corners/#findComment-1291688 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.