Tuesday, January 30, 2018

Session 3: Revelatory Gifts

.ui-tabs {display: table; } .ui-tabs-nav {display: table;} a.ui-tabs-anchor { font-family: Tahoma; font-size: 15px; color: #B52700; } div.ui-tabs-panel { font-family: Tahoma; font-size: 14px; font-weight: normal; color: #B35B22; } Brent Minter’s teaching on revelatory gifts. jQuery(document).ready(function() { jQuery( "#tabs_1724" ).tabs({ collapsible: true, active: false }); jQuery( ".scroller_1724" ).width(jQuery( ".scroller_1724" ).width()+1); //jQuery( ".scroller_1724" ).width('100%'); //jQuery( ".scroller_1724 ul" ).width('100%'); jQuery( "#tabs_1724" ).tabs({ collapsible: false }); //var n = jQuery(".scroller_1724 ul li").length; //var w = (100/n-1); //jQuery(".scroller_1724 ul li").width(w+'%'); });

No comments:

Post a Comment