Closed spap13 closed 10 years ago
this is chrome on windows
Do you have this problem when you resize the pages at http://openam.github.io/bootstrap-responsive-tabs?
No not at all. here is the code.. I just followed your instructions so it has to be something with the code... this is plain html, bootstrap, javascript for now. Do you want me to send you the whole HTML page?
<div class="tabs-container">
<ul class="nav nav-tabs responsive" role="tablist">
<li class="active"><a href="#user-details" role="tab" data-toggle="tab">General Information</a></li>
<li><a href="#privacy" role="tab" data-toggle="tab">Privacy Settings</a></li>
<li><a href="#picture" role="tab" data-toggle="tab">Change Picture</a></li>
<li><a href="#password" role="tab" data-toggle="tab">Change Password</a></li>
<li><a href="#del-account" role="tab" data-toggle="tab">Delete Account</a></li>
</ul>
<div class="tab-content responsive">
<div class="tab-pane fade in active" id="user-details">
.....
<div class="tab-pane fade in active" id="xxxxx">
I have same issue:)
and found the problem need ID tag for ul list
<ul class="nav nav-tabs responsive" role="tablist" id="NEED-THIS-ONE">
It worked indeed! thanks!
Looks like this was the same issue as #15.
Hi,
I get a problem with tab-content when re-sizing a normal PC screen. When from large going to small everything is fine. When I re-size the browser back to its normal size all tab content disappears. I can see only tabs but no content. Am I missing something?
thanks in advance