To achieve this use this code
|
1 2 3 4 5 6 7 8 9 10 |
.alpha60 { /* Fallback for web browsers that doesn't support RGBa */ background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */ background: rgba(0, 0, 0, 0.6); /* 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)"; } |
NOTE! In addition to this, you have to declare background: transparent for IE web browsers, preferably served via conditional comments or similar! Web Browser Support RGBa support is available in: Firefox 3+ Safari 2+ Opera 10 Filters in Internet Explorer are available since Internet Explorer 5.5. This means that [...]









Comments now open to all
Well my previous setup for comments, i required that must be a registered member must click to accept the terms of use Recaptcha must be filled in accurately before you can post The reason why before I didn’t open comments to guests is to prevent spam. In the past this has been a major issue [...]