Yes i tried to put the overlib on my site but we have to put the image url to otherwise it's not working that's why i'am asking how we can get the url of the images inside thread...
And the full code is:
HTML Code:
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>
<a class="title threadtitle_unread" href="threads/Thread title" id="thread_title_808751" title="" onmouseover="return overlib('<div><nobr>
<img src="http://imageurl.com/1.jpg" style="border: 1px solid #731D1D; max-height: 160px; max-width: 160px; box-shadow: 0px 0px 20px #AAAAAA; ">
<img src="http://imageurl.com/2.jpg" style="border: 1px solid #731D1D; max-height: 160px; max-width: 160px; box-shadow: 0px 0px 20px #AAAAAA; ">
<img src="http://imageurl.com/3.jpg" style="border: 1px solid #731D1D; max-height: 160px; max-width: 160px; box-shadow: 0px 0px 20px #AAAAAA; "> </nobr></div>');" onmouseout="return nd();javascript:void(0)">Thread Tille</a>
How they get the image url? All that i want to know...
If anyone can help me?