Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by BK on Nov 24, 2008 11:16
open dhtmlx forum
dhtmlxtabbar

How can I remove the border around DHTMLXTabbar?
Answer posted by Support on Nov 25, 2008 01:39
Border defined as part of skin, it can be changed in dhtmlxtabbar.css

.dhx_tabbar_zone .dhx_tabcontent_zone{
  border-bottom:1px solid #91A7B4;
  border-left:1px solid #91A7B4;
  border-right:1px solid #91A7B4;
  border-top:0px solid #91A7B4;  
}