Hi,
Hope someone can help, i'm new to php and got a $thispage="" function so that the css changes on the menu when selected. The problem I have is that I have on one of the menu options I have a submenu and on each of these pages I want the css to highlight on the main navigation and the sub navigation menu.
I use <li<?php if ($thisPage=="Home") echo " id=\"currentpage\"";?>><a href="home.php">Home</a></li> for my page menu settings.
Any help would be appreciated
thanks in advance.


