CSS3 Goodies – Borders and Backgrounds
Posted by Dave Hyatt on Friday, August 26th, 2005 at 5:17 pmThe latest WebKit builds now support three new CSS3 properties fully and one partially.
border-image – WebKit now fully supports the CSS3 border-image property. This property allows you to slice an image into nine pieces (the corners, sides, and center) and use these images to render the border of a box. You can stretch, [...]