Results 1 to 3 of 3

Thread: Mouseover menu tabs ( help )

  1. #1
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mouseover menu tabs ( help )

    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/dynamici...seovertabs.htm

    nd i use it on wordpress main menu.

    Thnx in advance

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Boss m working on my theme on localhost. It is not on internet.

    But i m using this code for my wordpress menus.

    Code:
    <?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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •