pageclass

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
stefan100
Beginner
Beginner
Posts: 1
Joined: Fri Aug 13, 2004 1:45 am

pageclass

Post by stefan100 »

Hi,

could anyone explain how pageclass works, I've read every post on the subject, tried everything I could think of but I still cannot get this to work.

If someone could write me an example how to make this work , it would really help me. I'm desperate

thanks

Stefan
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Pageclass is for declaring a classname based on current selected URL.

This works the same as onclass and offclass. The value you declare for pageclass is the name of the class and the classname in CSS should be as follows:

.pageclassstyle{
color:white;
background: darkblue;
}

Hope this helps
Andy
Post Reply