I've been trying to add a custom menu in the thematic above header to display
a custom menu, but I get the problem that the background image for the menu is appearing below the menu istead of behind it
the link to my site is Furfur.org
any help would be greatly appreciated.
here's the function and css
function childtheme_menu() {
echo '
<ul id=\'menu2\'> '.wp_list_bookmarks('title_li=&categorize=0&category=2') .' ';
}
add_action( 'thematic_aboveheader', 'childtheme_menu' );
#menu2
{
background: url(img/catbgnew2.png)repeat;
height:10px;
}
and heres what firebug is outputting
<li>
<a href="http://gallery.furfur.org">Gallery</a>
</li>
<ul id="menu2">