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
How to make a menu highlighted directly on the homepage?
-
- Beginner
- Posts: 8
- Joined: Thu Jul 13, 2006 5:35 pm
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..
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: Select all
aI("text=go here;url=gohere.html;pagematch=http://www.highlighthere.com;")