Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:47

defining pagematch styles? {SOLVED}


Poster: dolface
Dated: Friday December 1 2006 - 23:41:22 GMT

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.


Poster: Andy
Dated: Tuesday December 19 2006 - 12:55:30 GMT

Hi,

You could try using pageclass and declare a CSS class.

Something like this:

in your style add:

Code:
pageclass="myclass"


And then in your css style sheet add:

Code:
.myclass{
background-image: url("/images/bgimage.gif");
}


Hope this helps,
Andy