#example1 { -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
Ovenstående kode-eksempel virker i Firefox, Safari/Chrome, Opera and IE9. Og er med en tak til Morten :-)
W3C Specification | Mozilla Implementation |
---|---|
border-radius | -moz-border-radius |
border-top-left-radius | -moz-border-radius-topleft |
border-top-right-radius | -moz-border-radius-topright |
border-bottom-right-radius | -moz-border-radius-bottomright |
border-bottom-left-radius | -moz-border-radius-bottomleft |
2 kommentarer:
Hvis du tilføjer -weblit-border-radius så for du flere der ser dine runde hjørner :-)
skal det ikke være -webkit-border-radius ?!
;-)
Send en kommentar