View Single Post
  #1 (permalink)  
Old 10-16-2007, 04:12 AM
mcmuckle mcmuckle is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default Menu colour edits

I have looked around and done some fiddling but don't seem to get this.

I have created a template using the kit. I have done it from an existing template following your excellent tuition. I want to change the colour and rollover colour of the mainmenu. I have edited the template css file to look like this

/* Mainlevel menu */
.mainlevel {height: 15px;}

a.mainlevel {display: block;
background: #285F94;
color: #FFFFFF;
padding: 5px 0 5px 19px;
margin: 0 0 1px 0;
text-decoration: none;
}

a.mainlevel:hover {
color: #FFFFFF;
background: #8EFFFF;

This is supposed to be a navy blue with a paler blue rollover colour. The navy blue bit is fine but it doesn't change to the pale blue when I roll the mouse over it.

What am I missing?

Thanks