Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author srumery

    (@srumery)

    Hello Ben,

    Thank you for asking your question about the plugin functionality. I’ll take a look and see what I can find. If I have a fix to apply for this use case, will you help me test it?

    Scot

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Hi Scot,

    I found in the meanwhile a fix:

    <!–[if lte IE 8]>
    /* Internet Explorer 8 and below */

    -ms-filter: “progid:DXImageTransform.Microsoft.Matrix(M11=6.123233995736766e-17, M12=1, M21=-1, M22=6.123233995736766e-17, SizingMethod=’auto expand’)”;

    filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=6.123233995736766e-17,
    M12=1,
    M21=-1,
    M22=6.123233995736766e-17,
    SizingMethod=’auto expand’);
    margin-top:-60px;
    <![endif]–>

    }

    Cheers,
    Ben

    Plugin Author srumery

    (@srumery)

    Thank you ausbildung-berater.de.

    I’ll see what I can do to roll this into the plugin.

    Thanks for your solution.

    Plugin Author srumery

    (@srumery)

    Hi robertosalemi,

    Did the code provided by ausbildung-berater.de work for you? If you applied it, can you share the URL?

    Of course, I have use the plugin in this site.

    Thanks.

    Has this code been added to the plugin yet? I’m still seeing horizontal in IE8.

    Where in the plugin code would you paste that code above? Also, did the fix ever work out?

    Plugin Author srumery

    (@srumery)

    Good news everyone. idowning posted a fix for the IE8 display issue and I published it in the new version of the plugin. Go ahead and update the plugin on your website and test it out.

    Cheers to open source software!

    Also, thanks to ausbildung-berater.de for supplying code for us to test. The solution is a bit different but it works.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Issue with IE8 – side tab is shown in landscape mode :(’ is closed to new replies.