I currently have an image containing 4 rounded corners joined together. Using css how do I crop out one of the corners? - to eventually be repeated for all 4 corners.
If the image is made a background for an element which is defined as half the width and height of the graphic, then only one of the corners (top left by default) will be shown, the rest being clipped. Using background-position: in the css you can define right top or left bottom or right bottom to display the relevant part.
Bookmarks