Template talk:NewStyle

From Second Life Wiki
Jump to navigation Jump to search

Heya,

this Template only work for border-radius not for e.g. border-radius-topright because the syntax is differnt in -moz and -webkit

-moz-border-radius-topleft     <-> -webkit-border-top-left-radius
-moz-border-radius-topright    <-> -webkit-border-top-right-radius
-moz-border-radius-bottomleft  <-> -webkit-border-bottom-left-radius
-moz-border-radius-bottomright <-> -webkit-border-bottom-right-radius

and -moz-border-radius: 10px 20px; isn't the same as -webkit-border-radius: 10px 20px; mozilla interpreted the first parameter as topleft and bottomright the second as topright and bottomleft. webkit interpreted the horizontal and vertical radii for an elliptical corner.
--Kuraiko Yoshikawa 11:43, 26 March 2009 (UTC)