Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Baden

    (@baden03)

    Moin Frank,
    Which version(s) of IE are you having an issue with?
    Have you been able to duplicate the issue across multiple computers?

    jmilez

    (@jmilez)

    I noticed the same thing in testing earlier today. Seems there isn’t any styling for IE because it does it’s own thing. Try adding the code below to your style sheet. I’m using the jedi layout, others should be the same. Not sure if the opera works, but it was part of the sample I found so just left it in.

    .jedi-dash_title    {
    
    /* IE */
    -ms-transform: rotate(-90deg);
    
    /* Opera */
    -o-transform: rotate(-90deg);
    
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    
    }
    Plugin Author Baden

    (@baden03)

    Are we correct in understanding that adding the above css fixed the issue for IE?

    jmilez

    (@jmilez)

    @baden – Yes, it fixed the IE rotation for me. Only tested it with IE 10. You might want to add it to the plugin.

    Plugin Author Baden

    (@baden03)

    Will do! thank you. Issue resolved.

    Plugin Author Baden

    (@baden03)

    Alpha version 2.2.14a includes the rotation updates to all styles that use rotated text. T(-) Countdown v 2.2.14a can be downloaded direct from the Plugin Oven for your testing pleasure.
    http://plugins.twinpictures.de/plugins/t-minus-countdown/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems with IE’ is closed to new replies.