View Full Version : Help me hover code needed
Graphics
18-11-2004, 08:13 PM
Well this may sound a little bit n00bish but here it is, i need to know the code for links how do i make them change colour when hovered over? :eusa_thin
8Freak8
21-11-2004, 11:58 AM
This is why Dreamweaver is useful ;)
Put in the CSS (if youre using CSS):
a:hover {
text-decoration: none;
color: #000000;
}
Change #000000 to whatever colour code you want it to
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.