• 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

Viewing 1 replies (of 1 total)
  • Thread Starter SilverKat

    (@silverkat)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Customising menus’ is closed to new replies.