To apply a white background to the content area, you'd simply use CSS, specifically, inside the outermost DIV container for the contents:
Code:
<div style="border:3px solid gray; width:640px; height: 210px; padding: 5px; margin-bottom:1em; background:white">
<div id="dog1" class="tabcontent">
"
To remove auto play feature, just remove the number passed into the .init() function inside the initialization code:
Code:
var mypets=new ddtabcontent("pettabs")
mypets.setpersist(true)
mypets.setselectedClassTarget("link")
mypets.init()
In general any style changes you wish to accomplish to the tabs can be done inside tabcontent.css
Bookmarks