Categories | Question details Back To List | ||
Toolbar skin Hi, I am using your toolbar and loving it. However, I can only use the blue one as in the following line: <link rel="stylesheet" type="text/css" href="../../codebase/skins/dhtmlxtoolbar_dhx_blue.css"></link> If I change this to any other .css that comes with the package, nothing works. Is ther something else I should do? Answer posted by Support on Jun 01, 2009 06:41 You need to a) include necessary css file b) use skin name in toolbar constructor <link rel="stylesheet" type="text/css" href="../../codebase/skins/dhtmlxtoolbar_dhx_black.css"></link> ... var toolbar = new dhtmlXToolbarObject(0,"dhx_black"); |