[Theme: Unspoken]
-
I’m feeling a little bit of an idiot, because I’ve been searching for hours for an solution. I want to give my menu navigation a colour, but it doesn’t change. Can anyone of you help me maybe?
/* Navigation */
.menu-navigation {clear: both; border-top: 1px solid #000000; border-bottom: 1px solid #eee; margin-bottom: 20px;}
#navigation ul li {float: left; font-size: 14px; color: #50065; font-weight: bold; height: 40px; line-height: 40px; padding-left: 10px; position: relative; }
#navigation ul li a {display: block; white-space: nowrap; color: #000000; padding-right: 12px;}
#navigation ul li a:hover {color: #F50065;}
#navigation ul li.ddhover {background-color: #F50065; z-index: 5;}
#navigation ul li.ddhover a.ddhover, #navigation ul li.ddhover a.ddhover:hover {color: #F50065; position: relative; z-index: 6;}
#navigation ul li.parent {padding: 0 10px;}
#navigation ul li.parent a {background: url(“images/menu-parent.png”) 100% 16px no-repeat;}
#navigation ul li.parent a.ddhover {color: #F50065; background: url(“images/menu-parent.png”) 100% -56px no-repeat; line-height: 40px; border-bottom: 1px solid #F50065;}
- The topic ‘[Theme: Unspoken]’ is closed to new replies.