Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by D. Koper on Nov 02, 2008 06:16
open dhtmlx forum
transparent background tabs

Hi,

I would like to know if it's possible to set the background of the tabs to transparent.

I.e. I have a blue background behind the tabbar and the tabbar style set to silver but when I add transparency to the silver-style buttons/tabs there is still a white square visible behind each button/tab.

Regards.
Answer posted by Support on Nov 03, 2008 03:26
You can try to add next command to the tabbars init
   tabbar.setSkinColors("transparent","transparent","transparent");
but existing skins not purposed to be used with transparent images, so there may be some other side-effects