Does anyone know if its possible to make the pages tag (for showing horizontal pages list in the header) adopt a more standard action. example: instead of showing a unordered list of sub pages i’d like a drop down menu – initially showing the main parent page then, when it is clicked on, a list of its sub-pages appear.
Currently, using the line:
<?php wp_list_pages(‘title_li=’); ?>
only shows a line of page links underneath the main pages links with no real indication which parent page the sub-pages belong to. Is Javascript needed to achieve this or CSS etc …