Navigation
-
I would like a grey box with reverse gradient background on hover and press for each menu item. How to do that ? I can create the image, but how to integrate them to the navigation in wordpress?
header.php
<ul id="navH"> <div id="body"> <li><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/navline.png" /><?php wp_list_pages('sort_column=menu_order&title_li=&link_after=<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/navline.png" alt="" />');?></li> <div id="search"><?php include('search.php'); ?></div> </div> </ul>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Navigation’ is closed to new replies.