Northern Web Coders – Navcontainer Problem
-
I got a problem with my navcontainer on my site using the norther web coders template.
the page button do hover but when i select a specific page the button for that page doesn’t appear in a different color.
here u can see the problem: https://www.blinked.de
here is my relating css code:
#navcontainer ul
{
padding: 0;
margin: 0;
background: #5F707A;
border-top: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
float: left;
width: 729px;
font: 15px arial, helvetica, sans-serif;
}#navcontainer ul li { display: inline; }
#navcontainer ul li.page_item a
{
padding: 8px 14px 9px 14px;
background: #000000;
color: #CCCCCC;
text-decoration: none;
font-weight: bold;
float: left;
border-right: 1px solid #FFFFFF;
}#navcontainer ul li.page_item a:hover
{
color: #FFFFFF;
background: #C9C0B0;
}#navcontainer ul li.current_page_item a
{
padding: 8px 14px 9px 14px;
background: #C9C0B0;
color: #CCCCCC;
text-decoration: none;
float: left;
border-right: 1px solid #DFDFDF;
}#navcontainer ul li.current_page_item a:hover
{
background: #6F6F6F;
}Any help please? ??
- The topic ‘Northern Web Coders – Navcontainer Problem’ is closed to new replies.