Here you can find the answer on many questions asked
before by different visitors, and if you didn't find what you want, we are pleased to e-mail us sending your questions, comments and suggestions, or even
you can use our help form. Your question will be added here
for future reference by other visitors, so enjoy your time.
Q:
How to make a text hyperlink which changes its color on mouse over it ?
A:
Just put the following script in the Head TAG in your HTML file...
<style>
<!-- A:hover {color: #FF0000} -->
</style>
Note: #FF0000
is the color code of the red color. Be ware that this script works only with Microsoft
Internet Explorer, and it is not supported by other browsers.
|