Can I put tool tip somewhere other than after trigger?
Hi,
the page is
http://blackpaint.co.uk/BlackPaint09/films/index.html
if you put your mouse over 'TIDE' you will see the tool tip.
But the problem I am having is that it won't work I put the tooltip DIV somewhere else than straight after the trigger.
This is the only place it works
-
<span class="class1">
<span class="SlantedWritingFilms">
<a onclick='return getPass(this);'rel="shadowbox;height=1000;width=2000" href=../flash/TIDEFullFilm.flv id="trigger" >Tide</a><div class="tooltip">TEST tooltip
</div> </span>
</span>
</div>
I want to get it outside of the stripholder div so that I can set a percentage width to the tooltip DIV - so its size will be affected by the size of the browser window and also I would be able to position it where I want. I've tried doing this with by setting the tooltip positioning to Absolute - but it has no affect.
Can someone help me with this?
thank you,
hope I' clear