PDA

View Full Version : need html/java help


bitz
04-05-2002, 10:17 PM
what is the code so that when they hovor over the link it shows what you want it to say in the status bar instead of the link url. i had the code saved but cant seem to find it now <img border="0" title="" alt="[Frown]" src="frown.gif" />

AgentCash
04-05-2002, 11:34 PM
</font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;"> onmouseover=&quot;window.status='whatever you want'; return true;&quot; onmouseout=&quot;window.status' '; return true;&quot; </pre><hr /></blockquote><font size="2" face="Verdana, Arial">

bitz
04-06-2002, 01:00 AM
do you have to put anything in the body tag?

Dammy
04-06-2002, 01:39 AM
No.. Just put what Agentcash said in the &lt;a href&gt; tag

Groovy
04-06-2002, 05:20 AM
you can also use style sheets offcours!<br /><br />for a toturial visit w3schools.com.

SexySites
04-06-2002, 07:33 AM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by bitz:<br /><strong>do you have to put anything in the body tag?</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">if you put it in the body tag it seems to be much more effective when used with a SetInterval method in javascript <img border="0" title="" alt="[Wink]" src="wink.gif" /> <br /><br />laters,<br />Chris

PeepNTom
04-06-2002, 11:01 PM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by SexySites:<br /><strong>[QUOTE]if you put it in the body tag it seems to be much more effective when used with a SetInterval method in javascript <img border="0" title="" alt="[Wink]" src="wink.gif" /> <br /><br />laters,<br />Chris</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">100% agree <img border="0" alt="[Nod]" title="" src="graemlins/nod.gif" />