VBForums
>
Visual Basic
>
ASP, VB Script
> Dynamic Text ?
PDA
Click to See Complete Forum and Search -->
:
Dynamic Text ?
nmretd
Oct 11th, 2000, 10:41 AM
This is not really an asp question but does anyone know how you can make the text of a hyperlink change color when you put your mouse over it ?
joey o.
Oct 11th, 2000, 12:38 PM
Try this:
<style>
A:hover {color:'yellow'}
A:Active {color:'red'}
</style>
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.