CJuiTabs

hello. Does anyone know how to change style of tab without changes of css in framework. I need to stretch tabs for the whole width, but i don’t know how to change css for li tag.

You should have some container for the jui tabs, then you write:




<style>

#container li

{

   width: 150px;

}

</style>