-1
hi this will be not working i have solved the issue
hi this will be not working i have solved the issue
Above is not supported by IE 8 and earlier.
If you also want to support the IE 8 and earlier, you have to give each tab another class and define the background for each of those classes:
HTML:Please try if that helps.
<div style="width: 1000px; margin:0 auto; padding: 0px 0 0px;"> <ul class="tabs" data-persist="true"> <li><a href="#view1" class="tab1"><b>tab 1</b></a></li> <li><a href="#view2" class="tab2"><b>tab 2</b></a></li> <li><a href="#view3" class="tab3"><b>tab 3</b></a></li> </ul> <div class="tabcontents1" id="sub1"> <div id="view1"> <p> tab 1 text </p> </div> </div> <div class="tabcontents1" id="sub2"> <div id="view2"> <p> tab 2 text </P> </div> </div> <div class="tabcontents1" id="sub3"> <div id="view3"> <p> tab 3 text </p> </div> </div> </div>
If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;
If your question is related to the Tabbed Content, click:
Ask new question: Tabbed ContentOtherwise navigate to one of the following forum categories, and post your question there.
##