Código PHP:
<a title=""+threads[x].title+"\" ......>
Osea que la marquesima me muestre los titulos cortados eso es normal, pero al pasarle el mouse quiero que me muestre todo el titulo completo.
Script
Cita:
Espero su ayudita.<MARQUEE behavior="scroll" align="left" direction="up" height="100" scrollamount="2" scrolldelay="5" onmouseover="this.stop()" onmouseout="this.start()">
<script type="text/javascript" src="http://www.tuweb.com/forum/external.php?type=js&lastpost=1&forumids=11,14,20, 22,9,15,21,8,18,13,19"></script>
script language="" type="text/javascript">
<!--
var max = 10;
if(threads.length < max)
max = threads.length;
for(x = 0; x < max; x++)
{
if (threads[x].title.length > 23)
{
threads[x].title = threads[x].title.substring(0, 23) + '...';
}
document.writeln("<img height=\"1\" src=\"images/right_news_line.gif\" width=\"251\"><img class=\"inlineimg\" src=\"images/right_news_bullet.gif\" alt=\"ForoMU\" border=\"0\" /> <a target=\"_blank\" href=\"http://www.tuweb.com/forum/showthread.php?t="+threads[x].threadid+"\" title=\""+threads[x].title+"\">"+threads[x].title+"</a> <span class=\"t_news_b\">("+threads[x].poster+")</span><br />");
}
//-->
</script></MARQUEE>
<script type="text/javascript" src="http://www.tuweb.com/forum/external.php?type=js&lastpost=1&forumids=11,14,20, 22,9,15,21,8,18,13,19"></script>
script language="" type="text/javascript">
<!--
var max = 10;
if(threads.length < max)
max = threads.length;
for(x = 0; x < max; x++)
{
if (threads[x].title.length > 23)
{
threads[x].title = threads[x].title.substring(0, 23) + '...';
}
document.writeln("<img height=\"1\" src=\"images/right_news_line.gif\" width=\"251\"><img class=\"inlineimg\" src=\"images/right_news_bullet.gif\" alt=\"ForoMU\" border=\"0\" /> <a target=\"_blank\" href=\"http://www.tuweb.com/forum/showthread.php?t="+threads[x].threadid+"\" title=\""+threads[x].title+"\">"+threads[x].title+"</a> <span class=\"t_news_b\">("+threads[x].poster+")</span><br />");
}
//-->
</script></MARQUEE>
Gracias