Can someone recommend the safest approach for giving an OPACITY VALUE to a DIV TAG using CSS?
Erik
|
|
|
Straight from Css-Tricks.com (this covers everything I can think of):
|
|||
|
This will work in every browser.
Or you can use jQuery and do it in a single line
Check working example at http://jsfiddle.net/397jv/ |
|||
|
|