elfenheroin
06-03-2003, 09:32 AM
How do I make the color change when I put the cursor over the text link?
|
View Full Version : Hover link elfenheroin 06-03-2003, 09:32 AM How do I make the color change when I put the cursor over the text link? designhazard 06-03-2003, 10:12 AM it uses styles. just add this code between your <head> and your </head> tag: <style> a:hover { color: #your color hex code } </style> Lemon Squash 06-03-2003, 10:30 AM http://www.lissaexplains.com/css.shtml |