ASP Programming | ASP Web Pro
  Active Server Pages Programming by ASP Web Pro

JavaScripts

TEXT ROLLOVER

This JavaScript displays a simple text rollover like the ones you see on our main menu:

 

<HTML><HEAD>
<TITLE>ASP Web Pro</TITLE>

<STYLE>
.on {font-size:10pt; font-weight:normal; color:yellow; text-decoration:underline}
.off {font-size:10pt; font-weight:normal; color:white; text-decoration:underline}
</STYLE>
</HEAD>

<BODY>

<A HREF="../index.asp" class="off" onMouseOver="this.className='on'; window.status='ASP Web Pro'; return true" onMouseOut="this.className='off';">Your Text Here</A>

</BODY>
</HTML>

< Back to JavaScripts


 

 

Main Menu
Home
ASP Scripts
ASP Tutorials
JavaScripts
Awards
Contact Us

Email This Page

Other Resources
ASP Web Hosting
Search Engine Submission
Programming Help

 

 

 

Other ASP Web Sites

Site Map

 

Last Updated:
28 August 2008