i want to create tabbed menus for my website. ( with php ) here is an example, click on one of those menu to see.. : http://citehealth.com i want if menu is active.. For example, if I'm on the About Us page of a website, the About Us navigational tab should use a class. (css) the code should be something like this : <li (start php)class="blah"(end php)><a href="/blah"></a></li> Code (markup): php code should be inside (start php) and ended at (end php) thanks,
The best way to go about this is to use the Sliding Doors technique combined with a "current-page" class or ID being fed to the current page via a server-side programming language.