static frontpage highlighting problem
-
I spent hours to figure out how to highlight static “home” page. Part of my header:
<div id="navigacija"> <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> </div>
and CSS (thanx to Esmi) for active tab menu highlight:
#nav .current_page_item,#nav .current_page_parent,#nav .current_page_ancestor {background:#000;color:#fff;}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘static frontpage highlighting problem’ is closed to new replies.