current item , last item in the menu doesnot take its css
Permalink
i designed a menu and wanted the current page taking another color and the last link in the menu to take a back ground
i used this css
#menu li.nav-selected{
color: #D14437;
} for the current
and
#menu li.nav-last {
background: url(images/bg06.jpg) no-repeat ;
background-position:center ;
}
for the last
but this doesnot take any effect
any one can help me on this?
Thanx
i used this css
#menu li.nav-selected{
color: #D14437;
} for the current
and
#menu li.nav-last {
background: url(images/bg06.jpg) no-repeat ;
background-position:center ;
}
for the last
but this doesnot take any effect
any one can help me on this?
Thanx
What version are you using?
Do you have a link to the page?