tree item height
i saw the solution given here
http://www.activewidgets.com/javascript.forum.17365.7/tree-control-style-line-spacing.html
and it worked great in IE, but for FF, and safari i can change the text size but not the item height, am i just doing something dumb?
and since im here is there a way to fix the borders so they do not double up like i have them, but the grid does not have a open top or bottom when the tree starts/finishes?
http://www.activewidgets.com/javascript.forum.17365.7/tree-control-style-line-spacing.html
and it worked great in IE, but for FF, and safari i can change the text size but not the item height, am i just doing something dumb?
.aw-list-box {
border:none;
}
.aw-tree-sign {
font-size: 1px; /* corrects vertical position */
}
.aw-item-template {
height: 30px;
font-size: 12px;
background: #fff8dc;
border: 1px solid black;
}
and since im here is there a way to fix the borders so they do not double up like i have them, but the grid does not have a open top or bottom when the tree starts/finishes?
Ryan Garabedian
June 20,