Hello.

I have a problem with a dropdown menus on the top on my site, the first content og term doesn't show but is only blank.
You can press on it though.

You can try it at: www.tragu.com

It used the following code in the page.tpl.php file, to make the dropdown.

<?php // id, direction, depth should have the values you want them to have. $menu = theme('nice_menus', array('id' => 0, 'direction' => 'down', 'depth' => 1, 'menu_name' => 'main-menu', 'menu' => NULL)); print $menu['content'];?>

Hope you can help me.

Comments

Anks’s picture

Hi Abugge

There is a problem with your css rule. You have added text-indent:-999em on line no 221 in style.css. That you have to remove. By removing that your problem will solve.

Hope this will help you.

Ankit Hinglajia

abugge’s picture

Thank you alot, you saved my day!!