If i change the following css from hidden to visible it displays the tabs in IE but the content container isn’t right, content flows over top.
.mk-tabs-pane {
overflow: hidden;
height: 0;
}
Something now with the display:block vs inline?
<div class=”mk-tabs-pane panel entry-content wc-tab” id=”tab-drawing” style=”display: block;”>