I am having problems when using the CJuiTabs. I have two tabs with content being rendered using renderPartial. Everything works well, but the problem is that the selected (or active) tab looks exactly as when not selected (active) (See figures
Tab1.PNG (7.76K)
Number of downloads: 3
Tab2.PNG (7.49K)
Number of downloads: 3). FYI, I am also using the extension YiiBooster ... is it possible to have some kind of css conflict?? Please, help me I am a complete beginner.
$this->widget('zii.widgets.jui.CJuiTabs',array(
'tabs'=>array(
'Relative'=>$this->renderPartial('_form_relative',array('model'=>$model),true),
'Absolute'=>$this->renderPartial('_form_absolute',array('model'=>$model),true),
),
// additional javascript options for the tabs plugin
'options'=>array(
'collapsible'=>false,
),
));

Help











