I want the corners of an element to essentially be cut off. This element has a solid background whereas it's parent element has an image as it's background. The height of this element is unknown. CSS's border-radius property doesn't help me since it rounds it. I found a jQuery plugin that help but it doesn't account for the background image.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
migrated from webmasters.stackexchange.com Apr 27 '12 at 11:32
|
What you want is this: http://lea.verou.me/2011/03/beveled-corners-negative-border-radius-with-css3-gradients/ All in CSS. |
|||
|
|
|
Not exactly sure of the question but perhaps you are referring to
More info: http://www.w3schools.com/css/css_border.asp |
|||
|
|