Difference between revisions of "CSS"
Jump to navigation
Jump to search
Templarian (talk | contribs) m (Thinking page) |
Templarian (talk | contribs) m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<table cellpadding="2" cellspacing="0" width="100%" style="text-align:left;border:1px solid #d4d4d4;"> | <table cellpadding="2" cellspacing="0" width="100%" style="text-align:left;border:1px solid #d4d4d4;"> | ||
| − | |||
| − | |||
| − | |||
| − | |||
<tr style="background-color:#F1F1F1;"> | <tr style="background-color:#F1F1F1;"> | ||
<th class="b-b-gray-solid"></th> | <th class="b-b-gray-solid"></th> | ||
| Line 13: | Line 9: | ||
<tr> | <tr> | ||
<tr> | <tr> | ||
| − | <td style="background-color:#F1F1F1;" colspan="6">'''Border'''</td> | + | <td style="background-color:#F1F1F1;" class="b-b-gray-dotted" colspan="6">'''Border'''</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | |||
<td class="yes">✔</td> | <td class="yes">✔</td> | ||
<td>border</td> | <td>border</td> | ||
| − | <td></td> | + | <td>[%|px] [solid|dotted|etc...] [color]</td> |
| − | <td></td> | + | <td>Fully Supported</td> |
| + | </tr> | ||
| + | <tr> | ||
| + | <td class="yes">✔</td> | ||
| + | <td>-webkit-background-size</td> | ||
| + | <td>[%|px] [%|px]</td> | ||
| + | <td>Works</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td class="yes">✔</td> | ||
| + | <td>-webkit-user-select</td> | ||
| + | <td>none</td> | ||
| + | <td>"ignore" value does nothing</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Latest revision as of 18:13, 22 November 2009
Just a huge list of all CSS supported.
| Property | Example | Comment | |||
|---|---|---|---|---|---|
| Border | |||||
| ✔ | border | [%|px] [solid|dotted|etc...] [color] | Fully Supported | ||
| ✔ | -webkit-background-size | [%|px] [%|px] | Works | ||
| ✔ | -webkit-user-select | none | "ignore" value does nothing | ||