The CSS Opacity is the property for transparency in CSS3. Cross Browser Opacity in modern browsers it’s isn’t a problem at all. .Just use as below 0 is fully transparent and 1 will be not visible at all, and any values in between would be partially transparent. But for the old browsers, we have to…Continue Reading
CSS
Cross-Browser Image Grayscale with CSS
Grayscale effect for images using CSS. You have noticed that some filters.svg in the firefox section . Save below as file named filters.svg and place in your css folder.
How To Remove Scrollbar from Textarea in IE
Remove the scrollbar from textarea in IE good question. There is a scrollbar on texarea by default in IE versions. This is the easist way to remove that, just try the below code.