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
pageclass
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
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