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:15
pageclass
Poster: stefan100
Dated: Friday August 13 2004 - 1:50:29 BST
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
Poster: Andy
Dated: Tuesday August 17 2004 - 22:28:24 BST
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