Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem. Here is how to fix it:

    1. go to: #tab_title_wrap {

    2. add (no quotes): ” -ms-transform: rotate(90deg); /* IE 9.0+ */ “

    This option only works in Internet explorer 9.0 and newer. When using https://netrenderer.com or https://browsershots.org I found that this option only worked in IE 11. When you render in IE 9 or lower, the plugin actually shows up above your webpage ??

    I have IE 7,8,9,& 10 visiting my webpage every day.

    Plugin Author zoranc

    (@zoranc)

    the initial “IE rotation” starts /js/tab_slide.js line 109 (v2.0.0):

    if (jQuery.browser.msie) {

    implemented as an older IE workaround.

    Basically it puts span tags around each letter with the class newline
    and the css
    .newline{...}

    breaks up the spans to “simulate” rotation

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tabs in IE’ is closed to new replies.