Forum Moderators: open
I'm in the middle of designing the first site I've ever done for a client. Naturally I want it to be excellent! :)
Most of the site's navigation will be in a side navigation column. It's a pretty simple site with not much room for expansion, and right now there is probably a maximum of ten links to go in the sidenav.
What I want to do is make the sidenav an ssi, so if necessary I can change it just in the one file. However, I also don't want links to the current page to be links. So, I need to find a javascript that will "unlink" a link based on the current URL, and change it's "look."
For example:
When viewing the homepage, I'd like the "Home" link to not only NOT be a link; I'd also like to have it look a little different. Maybe there would be a way to make it a different CSS class?
Anyway, I think I've rambled enough now that people will be able to understand what I'm after. Does anyone know of something that will do this?
Thanks,
Matthew
Do you have any access to server-side scripting?
I do have access to server-side scripting, which is another thing I hadn't thought of. Unfortunately I don't have the capability (yet!) to do that kind of scripting.
Of course, if anyone else has some ideas, I'd love to hear them!
Thanks,
Matthew