Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE 8 shadow and matrix filter clash

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #162555
    nyfer
    Participant

    Hey guys am trying to add shadow and matrix filter (to rotate)

    here is html

         <div id="main">
     <img src="//i.imgur.com/dEM0KGG.png" id="image">
      <div id="secd">
       <iframe src='//www.hdfcbank.com' height='350' width='350' frameborder='0'       border='0' marginwidth='0' marginheight='0' scrolling='no'></iframe>
     </div>
     </div>
    

    js shadow filter

        $('#main').css('filter','progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=27    0,strength=10)'+'progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=10)');
    

    Here is Jsbin link for IE8

    whenver i apply shadow or matrix filter the iframe content disapears. let me know if am doing anything wrong

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.