horizontal navigation
-
I wonder why this turns to vertical navigation ?
header.php
<div id="nav"> <?php wp_list_pages('sort_column=menu_order&title_li=');?> </div>
style.css
#header #nav { float: left; margin: 0 0 0 24px; background: url(images/navbar.png) repeat-x; padding: 2px 0 0 0; width: 100%; z-index: 1; }
Is the default wordpress navigation I have to place
<li>
in order to make it horizontal ? Just one problem, if it is how to delete the bullet behind it ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘horizontal navigation’ is closed to new replies.