Dhtmlxcontainer.js change my style

Hi,

I have a problem when I add dhtmlxcontainer.js in my page.
In this page I use dhtmlxwindow, dhtmlxtabbar and dhtmlxaccordion and for using dhxwindow I need to add the container.js.
I tryed to change the style with no result.
Look at my problem with tabbar (the black border all around):



And the resultat without the container.js :

What can I do please?

Thanks for your help,
Loïc

hi

you want to use container and hide border?

please provide completed demo including all corresponding js/css files (seems like skin modified a bit) or direct link. you can send it also to support@dhtmlx.com

Yes, I want to hide border and set padding to zero please.
I have sent you a demo in a zip to your support adresse.
Thank you!

I have recieved a “Undelivered Mail Returned to Sender”.
I attach my demo here : itsdemo.zip (709 KB)

Thank you
Loïc

hi

  1. css, add directly on your page into tag

.dhx_tabbar_zone_dhx_web .dhx_tabcontent_zone {
background-color: white!important;
border: 0px solid white!important;
}

  1. dhtmlxtabbar.js

find b._setPadding(1,“dhxcont_tabbar_dhx_web”);
replace with b._setPadding(0,“dhxcont_tabbar_dhx_web”);

Perfect!!! :smiley:

Thank you very much! :wink: