Forum Moderators: not2easy
I had set all my css styles for my links in Link,Visited, Hover and Active. Then I was manually applying a style to the link of the current page to improve user location.
Now that I have the menu as a template, I can't highlight the current link anymore.
does anyone know a way around it?
Thanks
This is going to be only of partial help. There is a way through scripting to highlight the current page link, and I am sorry to say, I am not sure if it is a javascript or something you can do through php. However, in you CSS, you would need to create a class, let's say "current" to write to the link.
a.current {
parameters
}
Now either through javascript or php, you would need a way to detect the current page and apply the class to the proper link. Make sense?
Again, sorry if this was only partial help.
Marshall