TechieDrill Your World Of Technical Tutorials

Posts Tagged ‘textcolor’

How to get Text Link With Mouseover Colored Text?

11.10.2009 · Posted in CSS

To get the Text Link With Mouseover Colored Text you have to do is just simply add the CSS code as shown. <style type=”text/css”> <!– A:hover { color: #000 } –> </style> The CSS code is to beĀ  added in the Head section of your script. Say for Eg: <html> <head> <title>Text Link With Mouseover Colored Text</title> <style type=”text/css”> <!– A:hover { color: #000 } –> </style> </head> <body> <center> <a href=”Url here”><b>Text ...