defining pagematch styles? {SOLVED}

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dolface
Beginner
Beginner
Posts: 9
Joined: Mon Aug 23, 2004 6:12 pm

defining pagematch styles? {SOLVED}

Post by dolface »

is there a way to define pagematch highlighting styles?

i've got pagematch turned on, but instead if setting the menu item to the "ON" (different background and font colors) state it's just changing the font color.

EDIT: figured it out, pagecolor and pagebgcolor were the properties i needed.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

You could try using pageclass and declare a CSS class.

Something like this:

in your style add:

Code: Select all

pageclass="myclass"
And then in your css style sheet add:

Code: Select all

.myclass{
background-image: url("/images/bgimage.gif");
}
Hope this helps,
Andy
Post Reply