Skip to content

Instantly share code, notes, and snippets.

View dcondrey's full-sized avatar

David Condrey dcondrey

View GitHub Profile
@dcondrey
dcondrey / Fadingtabs.html
Created March 13, 2014 05:29
Bootstrap modal with tabs and pagination
<html>
<head>
<style>
.fadecontentwrapper{
position: relative;
width: 350px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid maroon;
overflow: hidden;