Yii Cjuitabs

Hello all,

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 4097

Tab1.PNG
). 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,

    ),

));