How to make a menu highlighted directly on the homepage?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
trouille2
Beginner
Beginner
Posts: 2
Joined: Mon Jul 17, 2006 4:10 pm

How to make a menu highlighted directly on the homepage?

Post by trouille2 »

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
digitalpacman
Beginner
Beginner
Posts: 8
Joined: Thu Jul 13, 2006 5:35 pm

Post by digitalpacman »

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: Select all

aI("text=go here;url=gohere.html;pagematch=http://www.highlighthere.com;")
Post Reply