AlphaImageLoader+Matrix rotatation render problem when browser is zoomed

שאלה AlphaImageLoader+Matrix rotatation render problem when browser is zoomed

  • Friday, July 20, 2012 5:07 PM
     
     

    Hello,

    When using the following 2 filters: AlphaImageLoader filter to load an image in a div, in conjunction with a Matrix filter to rotate the image, the transparency of the image renders as black when the zoom level of the browser is higher than 100%. I am aware that IE9 supports the -ms-transform property but this is not the case in IE7 and IE8. This only happens when using both filter together. How can I fix this?

    Thank you!

All Replies

  • Monday, July 23, 2012 8:44 PM
     
     

    Add a valid DTD to your document to force Standards Mode.

    when asking a question in this forum it is helpful if you provide a link to your website as we need to inspect your markup and server response headers.


    Rob^_^

  • Monday, August 06, 2012 1:47 PM
     
     

    The problem is that this is an iframe. The parent is in Quirks Mode, and I haven't been able to find a way to force IE to render the iframe in Standard Mode while the iframe is in Quirks Mode. The iFrame has the following DTD:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

    I cannot post a link to the website as this is a private, password-protected enterprise site.

  • Monday, August 06, 2012 8:25 PM
     
     

    thats a valid dtd (document type declaration).... you must be using a frameset page with the wrong DTD...

    http://www.w3.org/QA/2002/04/valid-dtd-list.html (copy and paste your page source into the direct input tab at the validator)

    validate your markup at validator.w3.org

    add the x-ua meta IE=edge to your documents to over-ride any enterprise settings to "Display Intranet sites in Compatibility View"


    Rob^_^