I'll make this as quickly as possible. I am basically tryuing to get each of my Nav button to be on down state when the user go to each individual page. My hover works, but as soon as I put in the active state obviously all the Nav button gets active. The site is not live as of this time but I have provided the code below.
sorry about that apostrophe. I jump the gun on this one. I tried your solution but I was getting the same issue. After scratching my head for a few minutes, I came up with a solution which Worked. I basically Gave each nav button a class name for each individual page and then just apply my css function to get my down state button See code below:
I'll make this as quickly as possible. I am basically tryuing to get each of my Nav button to be on down state when the user go to each individual page. My hover works, but as soon as I put in the active state obviously all the Nav button gets active. The site is not live as of this time but I have provided the code below.
Thanks Guys
and welcome
http://eclipxeconsulting.com/
eg.
Then set the rule in your css for the corresponding nav button on each page:
body#home #homeBTN {
background-position:left bottom;
}
body#about #abouBTN {
background-position:left bottom;
}
etc.
See code below:
this is the website again: http://eclipxeconsulting.com/index.html