pitttih
Feb 6th 2008, 9:21 am
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>
php code should be inside (start php) and ended at (end php)
Thanks,
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>
php code should be inside (start php) and ended at (end php)
Thanks,