otuatail Posted January 18, 2010 Share Posted January 18, 2010 Hi. I am having dificulty getting a menu item to change colour and background colour when mouse over http://www.des-otoole.co.uk/HC2010/holidayclub.php any reason as it is at the end of the style sheet code #tabnav a:hover { background: #bfbfbf; // was yellow #F05E32 color: #f05320; // was #993300 } Link to comment https://forums.phpfreaks.com/topic/188893-menu-color-does-not-change-on-hover/ Share on other sites More sharing options...
otuatail Posted January 18, 2010 Author Share Posted January 18, 2010 I have changed the CSS hover to RED but it dosn't work #tabnav a:hover { background: BLUE; color: RED; } Link to comment https://forums.phpfreaks.com/topic/188893-menu-color-does-not-change-on-hover/#findComment-997719 Share on other sites More sharing options...
haku Posted January 19, 2010 Share Posted January 19, 2010 Right now you have #tabnav a:hover { background:#C53F3F; } and its working exactly as you've told it to. Link to comment https://forums.phpfreaks.com/topic/188893-menu-color-does-not-change-on-hover/#findComment-997779 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.