WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point
Link Effects

Eddy R.
02/26/99

If you want a link to turn to a different color and to become underlined when the mouse hovers over it you can do the following:
<style>

<!--.nu {text-decoration: none; font-family: arial;}

A:hover {text-decoration: underline; color:red} -->

</style>

Since a link is underlined by default, you can do the following to remove the underline (like the links on this site)

<style>

<!--.nu {text-decoration: none; font-family: arial;}

A:hover {text-decoration: none; color:green} -->

</style>

Simply replace the word underline for none.

Also, in the example above the color to which the link will change when the mouse hovers over it is "RED".  To change the color simply type in the desired color such as "Green"

If you use FrontPage 98 or any other HTML Editor, all you have to do is copy this code and paste it on your HTML document.

For example, to do this in FrontPage 98 just click on the HTML tab at the bottom of your screen, once you see the HTML code paste the code above in the HEAD of the document. That should do the trick.

* Note that if you paste this in the head of the Document, all links in the page will have the same effect.

.

 

More Resources
Tools.
Scripts

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.