CanaryNoir
10/3/2014 - 5:07 PM

IE Opacity

IE Opacity

//ie10+ only 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .container-wrapp{padding-bottom:0;}
}
Opacity
	filter: alpha(opacity=80); /* dumb ol IE 10 and older */