Left side tab made in bootstrap

Size
2,145 Kb
Views
52,624

How do I make an left side tab made in bootstrap?

Bootstrap left side tab. What is a left side tab made in bootstrap? How do you make a left side tab made in bootstrap? This script and codes were developed by Digital Avinash on 12 October 2022, Wednesday.

Left side tab made in bootstrap Previews

Left side tab made in bootstrap - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>left side tab made in bootstrap</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="row"> <div class="col-md-6"><h3>Tabs left</h3> <div class="tabbable tabs-left"> <ul class="nav nav-tabs"> <li class="active"><a href="#a" data-toggle="tab">One</a></li> <li><a href="#b" data-toggle="tab">Two</a></li> <li><a href="#c" data-toggle="tab">Three</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="a">Lorem ipsum dolor sit amet, charetra varius quam sit amet vulputate. Quisque mauris augue, molestie tincidunt condimentum vitae, gravida a libero.</div> <div class="tab-pane" id="b">Secondo sed ac orci quis tortor imperdiet venenatis. Duis elementum auctor accumsan. Aliquam in felis sit amet augue.</div> <div class="tab-pane" id="c">Thirdamuno, ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra varius quam sit amet vulputate. Quisque mauris augue, molestie tincidunt condimentum vitae. </div> </div> </div> </div> </div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
</body>
</html>

Left side tab made in bootstrap - Script Codes CSS Codes

/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs { border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane { display: none;
}
.tab-content > .active,
.pill-content > .active { display: block;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li { float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px;
}
.tabs-left > .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus { border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus { border-color: #ddd transparent #ddd #ddd; *border-right-color: #ffffff;
}
Left side tab made in bootstrap - Script Codes
Left side tab made in bootstrap - Script Codes
Home Page Home
Developer Digital Avinash
Username digitalavinash
Uploaded October 12, 2022
Rating 3
Size 2,145 Kb
Views 52,624
Do you need developer help for Left side tab made in bootstrap?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Digital Avinash (digitalavinash) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!