maassenbas-hotmail
-
1/20/2012 5:51:42 AM
Treeview border style
Hi,
I'm using a CMSTreeView. Now i want to style my CMSTreeView and have a border around every element. Every element should have the same width (100%). In my CSS i used:
.TreeViewClass table { border-bottom: 1px solid black; width: 100%; border-width: 1px; }
But I can't see the border. In my Developers Tool of the browser I saw that the border-width is set in the element.style.
element.style { border-width: 0; }
When i deactivate this in the developers tool, it works perfect. Is there a way to set this border-width from the element.style in CSS or JavaScript?
Thanks in advance!
Bas
|