first i must say: The memovie template ist the best!!!! Very good!!
My question:
in joomla.css is the css for mainmenu:
- Code: Select all
/*
* mod_mainmenu
*/
#gk-container ul.menu {margin: -10px;}
#gk-container ul.menu li {background: #89B1E4; height: 26px; line-height: 26px;padding: 0 12px 0 16px; font-weight: bold;border-bottom: 1px solid #e5e5e5;}
#gk-container ul.menu li:hover {background: #F23939;}
#gk-container ul.menu li a {background: url('../images/arrow.png') no-repeat 0 4px;padding-left: 24px; text-transform: uppercase; color:#000000; font-size: 11px;}
#gk-container span.separator {display: block; background: #F7FAFE;margin: 0 -12px 0 -16px;padding-left: 36px; text-transform: uppercase; font-size: 90%;}
I need background color for active link. Can you help me please?
Thank you!!