getting curvey edges for the tab

hi,
I used
tabbar.setSkin(“modern”); method to get the curvey edges for my tabstrip.but it is showing in the rectangular shape.can u tell me how can i change this look into curvey shape…

Hi
Have you seen all the skins of the tabbar?
dhtmlx.com/docs/products/dht … skins.html

Or you mean to make this skin more round?

I have seen the link.
var isIE = (navigator.appVersion.indexOf(“MSIE”) != -1 && (navigator.appVersion.indexOf(“MSIE 9.0”) == -1 || document.compatMode == “BackCompat”));
var tabbar = new dhtmlXTabBar(“b_tabbar”, “right”, “25”);
tabbar.setMargin(5);
tabbar.setImagePath(“dhtmlx/imgs”);
tabbar.setSkin(“modern”);
tabbar.setSkinColors(“white”, “silver”, “white”);
tabbar.setCustomStyle(“a1”, “navy”, “navy”, “font-size: 1.2em;”);
tabbar.setCustomStyle(“a2”, “black”, “blue”, “font-size: 1.2em;”);
tabbar.setCustomStyle(“a3”, “black”, “blue”, “font-size: 1.2em;”);
tabbar.setCustomStyle(“a4”, “black”, “blue”, “font-size: 1.2em;”);
tabbar.addTab(“a1”, “

Profile
”, “80px”);
tabbar.addTab(“a2”, “
Inbox
”, “60px”);
tabbar.addTab(“a3”, “
Add Request
”, “70px”);
tabbar.addTab(“a4”, “
Communication
”, “100px”);
tabbar.setHrefMode(“iframes-on-demand”);
I am getting the shape of tab in rectangle shape.but i want curvey shape.I used “modern” skin but it is displaying in rectangle shape only.can u tel me how can i get the tabs into curvey shape?

Can you attach an image, how do you want it be like?