![]() |
|
#1
|
||||
|
||||
|
Links in typing text script
Basically i have everything working, i have typing text for my intro page, but its not doing links even though i have them in there. It will work when i dont have the typing text though. A LONGGGG time ago starlet gave me the code for the thing that when u click a link it shows more text below or wherever you position it, well yeh that works but my link with typing text wont work.
i dont have my page uploaded yet, i can if needed, but heres my html for that part of the page: <td width="250"> <font face=tahoma size=2 color=white> <script language="JavaScript1.2"> var it=0 function initialize(){ mytext=typing.innerText var myheight=typing.offsetHeight typing.innerText='' document.all.typing.style.height=myheight document.all.typing.style.visibility="visible" typeit() } function typeit(){ typing.insertAdjacentText("beforeEnd",mytext.charA t(it)) if (it<mytext.length-1){ it++ setTimeout("typeit()",100) } else return } if (document.all) document.body.onload=initialize </script> <small><span id="typing" style="visibility:hidden" align="left"> Randomness:<br> 1024x768 True Color Resolution<br> IE 5+ Browser<br> <a href="javascript:// "onclick="showhide('agent99');">Topsite's</a></span></small></font><br> <div id="agent99" style="position:absolute; top:10px; left:300px; visibility:hidden;"></left> <font color=white size=2> <p><a href="http://www.``````````````/topsites/topsites.cgi?thezeppzone" target="_blank">Super Groovy</a> </div> </td>
__________________
Signature.
|
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|