in 3.6.5 i used this code:
Code:
<script type="text/javascript" src="http://www.ragtek.org/yahoo/build/yahoo/yahoo.js"></script>
<script type="text/javascript" src="http://www.ragtek.org/yahoo/build/event/event.js" ></script>
<script type="text/javascript" src="http://www.ragtek.org/yahoo/build/dom/dom.js" ></script>
<script type="text/javascript" src="http://www.ragtek.org/yahoo/build/container/container.js"></script>
<link type="text/css" rel="stylesheet" href="http://www.ragtek.org/yahoo/build/container/assets/container.css">
<script>
YAHOO.namespace("example.container");
</script>
Code:
<script type="text/javascript">
var tooltipTargets = YAHOO.util.Dom.getElementsBy(fnTest, "a", document.body);
YAHOO.example.container.tt = new YAHOO.widget.Tooltip("tt", { context: tooltipTargets } );
</script>
to make the showthread template look like this:
Attachment 64775
what do i have to do to have it in 3.6.7 too?
i'm asking because yui is already in vb includet in the new version
so i don't wount a overload