Forums
Forums / Fixing WordPress / Customising menus
(@silverkat)
17 years, 9 months ago
Hi
I’m trying to add two horizontal drop-down menus to my header. The top one shows posts by category; underneath shows pages/sub-pages.
I’ve added BR and it works fine in Firefox, but not in IE7. Any ideas please? Here’s my code:
[code shown in next post]
Thanks, Silver
Here’s the code copied properly…..
<li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li> <?php wp_list_categories('title_li='); ?> <BR /><BR /><?php wp_list_pages('title_li='); ?>
Silver
The topic ‘Customising menus’ is closed to new replies.