@GafferSports: I noticed the tabs didn't look correct on your site, so I've updated the XML file with the following CSS fixes:
Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
background-color:{vb:stylevar body_background.backgroundColor};
position:relative;
top:{vb:stylevar blockhead_border.borderWidth}{vb:stylevar blockhead_border.units};
z-index:99999;
}
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
background: {vb:stylevar control_background};
border-bottom:{vb:stylevar blockhead_border};
position:relative;
top:{vb:stylevar blockhead_border.borderWidth}{vb:stylevar blockhead_border.units};
z-index:99999;
}
The changes are to the "top" variable, this time it should work on every skin regardless of their border settings
Fillip