Template:Roundedtr

Revision as of 11:13, 24 August 2025 by Admin (talk | contribs) (Created page with "{{TemplateUsage |usage=<pre>{{Roundedtr|Value}}</pre> |description=CSS attributes for border-radius with multiple browser compatibility, specifically for a table's first row. <b>Value</b> parameter is optional. }} <onlyinclude>border-top-right-radius: {{{1|10px}}}; -moz-border-radius-topright: {{{1|10px}}}; -webkit-border-top-right-radius: {{{1|10px}}}; -khtml-border-top-right-radius: {{{1|10px}}}; -icab-border-top-right-radius: {{{1|10px}}}; -o-border-top-right-radius:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Usage
{{Roundedtr|Value}}
Description CSS attributes for border-radius with multiple browser compatibility, specifically for a table's first row.

Value parameter is optional.

border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px;