Skip to content

Instantly share code, notes, and snippets.

@Upliner
Created September 10, 2010 13:03
Show Gist options
  • Save Upliner/573587 to your computer and use it in GitHub Desktop.
Save Upliner/573587 to your computer and use it in GitHub Desktop.
lion, 10.09.2010 16:29:34:
<ul>
<li id="linkcat-" class="linkcat">
<asp:TreeView ID="MainTreeView" runat="server" DataSourceID="MainSiteMapDataSource"
ImageSet="Arrows" NodeWrap="True" Font-Bold="False" Font-Names="Arial" Font-Size="14px" ForeColor="#F14F00">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#993366" />
<SelectedNodeStyle Font-Underline="True" ForeColor="#FF66FF"
HorizontalPadding="10px" VerticalPadding="0px" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="#F14F00" HorizontalPadding="10px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</li>
</ul>
как сделать чтобы mono воспринимал ImageSet="Arrows" а то что ни поставь картинки одни и теже получаются
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment