I don't need borders for a tab set. I tried all the possible methods but no effects on the tabset.
If i change the .tabSetContainer style, and set the border 0 in my CSS, then it works. It does not show the side edges and bottom edges. But a line still run through along the top edge. Is there anyway to get rid of the top edge? And I am not sure why above methods are not working.
Thanks for your attention.
Code:
tabSet.setShowEdges(false); tabSet.setEdgeSize(0); tabSet.setBorder("0px solid blue");
Thanks for your attention.
Comment