HTML5 Plain Code
-
<h3 class="k-no-display">Tab Title</h3>
CSS Code
-
.k-no-display {
-
position: absolute;
-
overflow: hidden;
-
left: -10000px;
-
top: auto;
-
width: 1px;
-
height: 1px;
-
}
IE Backward Compatibility
In order to correct display bugs for Internet Explorer versions prior to 9, your html pages need to call the following file by Conditional Comments: