I'm having problems with some pages using qtabs with firefox 2.0.2. It seems the display mode for the control div (c1_ctl) is not being set to default and is left as 'display:none'. I'm guessing this is a javascript issue; here is the code from the end scripts;
qc.registerForm();
qc.jsAssets = "/qcodo3/wwwroot/assets/js";
qc.phpAssets = "/qcodo3/wwwroot/assets/php";
qc.cssAssets = "/qcodo3/wwwroot/assets/css";
qc.imageAssets = "/qcodo3/wwwroot/assets/images";
qc.regCA(new Array("c1","c5","c6","c7","c8","c9","c14","c15","c16","c17","c18","c21","c22","c23"));
$('#c1').tabs(1, {fxFade: true, fxSlide: false, fxSpeed: 'fast', fxAutoHeight: true, onClick: function(tab) {qc.recordControlModification('c1', "ActiveTab", tab.id);} });
qc.getW(c1).style.display="";
The pages seem to be working fine in opera and ie7. Any Ideas? Incedently the example page works fine.