here is a basic CSS hover effect often used for menu type things. For hover over links it'd be this basic code: a { color: #333333; } a:hover { color: #FF00FF; } Code (markup):