From wiki.pengtools.com
| Line 2: | Line 2: | ||
<html> | <html> | ||
| − | <div style="margin-left: auto; margin-right:auto; width: 40%; background: #FFF; border: 1px solid #ccc; border-radius: 10px; padding: 20px; "> | + | <div style="margin-left: auto; margin-right:auto; width: 40%; background: #FFF; border: 1px solid #ccc; border-radius: 10px; padding: 20px; |
| + | |||
| + | background-color: rgb(255, 255, 255); | ||
| + | /* RGBa with 0.6 opacity */ | ||
| + | background-color: rgba(255, 255, 255, 0.8); | ||
| + | /* For IE 5.5 - 7*/ | ||
| + | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); | ||
| + | /* For IE 8*/ | ||
| + | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; | ||
| + | |||
| + | |||
| + | "> | ||
</html> | </html> | ||
Revision as of 14:12, 27 March 2017
