Transparency background with IE

  • dbsporting

    #709

    Hi Syahir,

    With IE 8.0, the Antiaris theme doesn’t show the black-transparent background on the slideshow of my site (but it works on your demo site)…

    Thanks !

    Regards,

    Fonfon

    Fonfon

    #13333

    Hi,

    I’ve found a way to show transparency.

    Simply added the following code to the index.php file :

    <!--[if IE]>

    <style type="text/css">

    .slider-post-content-block, .featured-slider-full .slider-post-title {

    background:transparent;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b9000000,endColorstr=#b9000000);

    zoom: 1;

    }

    </style>

    <![endif]-->

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.