Title: Css menu
Last modified: February 7, 2017

---

# Css menu

 *  [Chadwick](https://wordpress.org/support/users/chadwick/)
 * (@chadwick)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/css-menu/)
 * ok well i’ve got this neat Css menu. And i would really like it to work with 
   the catagory tag. But it doesn’t add any of the links but the first one which
   is ‘general’. If anyone has a idea that would be great.
    Heres the code of the
   menu and css ——————- Menu: `<div id="navigation">`
    -  <li id="currentpage">
       <?php wp_list_cats(); ?>
    - [Login](https://wordpress.org/support/topic/css-menu/"wp-login.php"?output_format=md)
 *  </div>
    ——————- Css: #navigation ul { list-style: none; margin: 0; padding: 
   0; } #navigation li { background: #ccc; border-left: 1px solid #999; float: left;
   margin: 0; padding: 0; } #navigation a { color: #666; font-weight: bold; padding:
   5px 10px; text-decoration: none; } #navigation a:hover { color: #333; } #navigation#
   currentpage a { background: #fff; color: #333; }

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael Adams (mdawaffe)](https://wordpress.org/support/users/mdawaffe/)
 * (@mdawaffe)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/css-menu/#post-118363)
 * [http://wiki.wordpress.org/?pagename=wp_list_cats](http://wiki.wordpress.org/?pagename=wp_list_cats)
   
   try `<?php wp_list_cats('hide_empty=0'); ?>` By default, `wp_list_cats()` only
   shows categories that have posts.
 *  [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * (@ryanduff)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/css-menu/#post-118397)
 * Check out Matt’s Intelligent Menu…
    [http://photomatt.net/scripts/intellimenu](http://photomatt.net/scripts/intellimenu)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Css menu’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * Last activity: [21 years, 6 months ago](https://wordpress.org/support/topic/css-menu/#post-118397)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
