Log in

View Full Version : Mouseover menu tabs ( help )



SoNo
01-01-2012, 11:13 AM
I found a very cool script on DD nd i want to use it on my wordpress site but i dont know how i use it i try it but failed. Plz help me i badly need it.

here is the link of the script: http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm

nd i use it on wordpress main menu.

Thnx in advance

djr33
01-01-2012, 11:44 AM
Please post a link to the page on your site that contains the problematic script so we can check it out.

SoNo
01-01-2012, 02:05 PM
Boss m working on my theme on localhost. It is not on internet.

But i m using this code for my wordpress menus.


<?php wp_list_categories('orderby=name&exlude=181&title_li=');
$this_category = get_category($cat);
if (get_category_children($this_category->cat_ID) != "") {
echo "<ul>";
wp_list_categories('orderby=id&show_count=0&title_li=&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "</ul>";
}
?>

This menu have Categories and child categories i want that ths Mouseover tab script show the sub/child categories under each parent category.

Thnx for reply and show impressive support.