Developer Forums Previous Topic Next Topic
Title:
There are gaps in the lines on my Tree View

Content:
This is a result of styles in the CSS. Go to Design > Skins and add these two lines to the bottom of your CSS:

    div.ygtvitem table{padding:0;}
    div.ygtvitem td{padding:2px 0px 0px 1px;)

This can happen if you have a padding specification for a table somewhere else in your style sheet. Adding these entries to the bottom will override the default table padding and close up those gaps.

replies



createdate:
6/23/2008 10:27:00 PM

createid:
pj