Active tab
-
Hello,
I’ve read a lot about active tab, but my knowledge of CSS is not so good. The problem is how to make active tab highlighted?
Here is part of header.php:<ul id="nav"> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('title_li=&depth=2&sort_column=menu_order'); ?> </ul>I don’t know how to modify that code, and what to apply in CSS. The rest of my navigation is OK
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Active tab’ is closed to new replies.