EstudioJuridicoAlmagro_Web/www/wpv_theme/assets/css/ie_dynamic.php
2013-03-01 18:06:10 +00:00

11 lines
788 B
PHP

/*--------------------------------------------------------------------------
Internet Explorer
Fixes requiring full path from html file to the used resources
--------------------------------------------------------------------------*/
.ie7 .light .style-caption-center #header-slider-caption-wrapper .wpv-caption,
.ie8 .light .style-caption-center #header-slider-caption-wrapper .wpv-caption,
.ie7 .dark .style-caption-center #header-slider-caption-wrapper .wpv-caption,
.ie8 .dark .style-caption-center #header-slider-caption-wrapper .wpv-caption {
background: transparent !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='<?php echo WPV_THEME_URI; ?>images/slider/caption-center/caption_bgr.png') !important;
}