Could really appreciate some help on this...
Developing a site with a sliding javascript-based accordion menu which is at
http://www.toppeople.com.au/pages/home.php.
Of the 4 panels that slide around, you can specify the one you want open at page launch by giving the appropriate DIV an additional class of VISIBLE.
I need some help in creating the correct PHP snippet that will work something like this (this is just my logic):
if PAGE_ID is 23, 24, 25, 26 (etc, or perhaps a range i.e. 23-45),
then OUTPUT 'VISIBLE'
This way it can automatically assign the VISIBLE class to the correct div to have the correct navigation panel open when any particular page opens.
I've had a look through the functions.php file and found a few that almost seem right, but not quite all the way. Does anyone have any idea how I can achieve this??