Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:00
How to make a menu highlighted directly on the homepage?
Poster: trouille2
Dated: Monday July 17 2006 - 16:20:08 BST
I realise how this question can be stupid and I'm sure it is explain somewhere but I don't find it. So please be indulgent...
I'd like to have a menu name highlighted when I open the first page of the site. By default the site open already in one section.
What do I have to specify ti make a menu "active" or whatever term?
Thanks
Poster: digitalpacman
Dated: Tuesday July 18 2006 - 0:12:31 BST
You can probably use the pagematch property.
aI("pagematch=http://www.myhomepage.com");
But it might only highlight on that page then. I myself am struggling with wanting things to be highlighted on multiple pages.
I suggest reading:
http://milonic.com/itemproperties.php
I read it and apparently it will highlight on the pagematch AND the url=
so..
Code:
aI("text=go here;url=gohere.html;pagematch=http://www.highlighthere.com;")