Hopefully someone can help with this been looking at it and really can't see the wood for the trees - needs a fresh pair of eyes.
I want the navigation to have a border at the top when hovered over and once selected. Have div set up for header nav li as follows:
#header .menu ul li a{
font-size:12px;
line-height:40px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
margin-left: 0px;
padding: 10px 10px 5px 10px;
}
#header .menu ul li a:hover,
#header .menu ul li.selected a{
color:#f50003;
border-top-style:solid;
border-color: #aac3ab;
border-width:3px;
This seems to work in theory although if you view at http://testing.lugo.co.uk/
on the home page 'about us' is 'selected' although its the home page not 'about us' and if you go to 'contact us' page this doesn't appear as 'selected' in the nav?
'Design' pages works as I have set these up as a separate html files not ezpages. Any pointers on what I am doing wrong here would be much appreciated...
Thanks


Reply With Quote

