webster2001 Posted April 24, 2008 Share Posted April 24, 2008 What do i add to mainmenu.php to make it so that when you hover over a link it underlines it and makes it gold. Cheers. Quote Link to comment Share on other sites More sharing options...
Joel Posted April 25, 2008 Share Posted April 25, 2008 Re: Main Menu Open Header.php and find this: a:visited,a:active,a:hover,a:link { color: black;text-decoration: none; } Then under that add this: a:hover { cursor: none; background:#; text-decoration: underline; } I dont no how to make it Gold as i aint done that yet, But it underlines the text when you Hover over it :-D Quote Link to comment Share on other sites More sharing options...
Magictallguy Posted April 26, 2008 Share Posted April 26, 2008 Re: Main Menu a:hover { cursor: none; background:#; color: gold; text-decoration: underline; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.