I had to change line 41 of the kulanite css
.kulanite .ja-tabs-title-top ul li.lastactive h3 {
color: #0FA9CC;
padding: 0 0 0 10px;
background: url(tab-active2.gif) no-repeat left bottom;
}
to
.kulanite .ja-tabs-title-top ul li.lastactive h3 {
color: #0FA9CC;
padding: 0 0 23px 10px;
background: url(tab-active2.gif) no-repeat left bottom;
}
to get the following /plugins/content/ja_tabs/themes/kulanite/tab-active2.gif to display right.
Also, alot of templates style the h3 so you should do things to make sure nothing impacts the h3 tag
.ja-tabs-title h3{
border-bottom: 0;
}
Are there other issues I am not aware of?