GeekArticles
Web Programming
CSS
Web Programming
CSSCSS Tips Tutorial
Tutorial Written By: Bob Tips & Tricks Link Color Want to make some of your links a different color? Try adding a color style to your link. <A href="file.html" style="color: green" > click here </A> Mouseover Link Color Want to make your links change a different color? Try using the hover declaration. Works in IE4 & IE5 <style> A:hover {color:green} </style> <A href="file.html" > click here </A> No Underline Link Want to remove the underline from your links? Try adding a color style to...n
Sponsored Links
Read Next: CSS Text Tutorial
Related Topics
