Lissa Explains it All:  Web Design Forums  

Go Back   Lissa Explains it All: Web Design Forums > LEIA Archives > Web Site Help > HTML Help

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2004, 03:50 PM
thezeppzone's Avatar
thezeppzone thezeppzone is offline
eL33T
 
Join Date: Jun 2002
Location: Michigan
Posts: 2,233
thezeppzone will become famous soon enoughthezeppzone will become famous soon enough
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.
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:39 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.