My WDT is not rendering properlyin Safari 4 and earlier versions.
I have a very simple item template for my node, consisting of a SPAN with an Eval setting the text of the span:
<ig:ItemTemplate ID="tptMySports" runat="server" TemplateID="tptMySports"><Template>
<span style="display:inline; font-size:1em;"><%# Eval("Name") %></span>
</Template></ig:ItemTemplate>
When this renders, the pan renders below the expand image
+
Node Text
Node 2 Text
Hey,
The WebDataTree should already put the node template on the same line. Try taking display:inline off the style and let us know what happens.
thanks,
David Young