I\'m trying use make a div\'s background transparent using a mixture of CSS3 rgba() and microsoft\'s filter property like this:
rgba()
filter
div
If you're using HTML5 you may want to go down the route of using
and in your CSS use something like :
.ie9 .element {filter: none; }