Log in

View Full Version : Drop down menu doesn't appear



himalay137
04-09-2009, 12:08 PM
jQuery Multi Level CSS Menu #2 (http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/) doesn't work with the code of chitika link ads (www.chitika.com).
drop down menu doesn't appear. why?...

my chitika code:
<!-- Paste this code into the body section, not the head section of the page -->
<script type='text/javascript'><!--
ch_client = "akbcmc";
ch_non_contextual = 0;
ch_linkStyle= "style3";
//--></script>
<script src='http://scripts.chitika.net/static/linx/chitika_linx.v3.js' type='text/javascript'>
</script>

Thnx

himalay137
04-10-2009, 04:58 PM
Legend bro help me….pls...

himalay137
04-16-2009, 04:04 AM
visit my site http://smaart-trader.blogspot.com/

here Chitika link ads works with Nested Side Bar Menu (http://www.dynamicdrive.com/style/csslibrary/item/nested_side_bar_menu/)

but I want to use jQuery Multi Level CSS Menu #2 (http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/)...

ddadmin, snookerman...Please help....

Nile
04-16-2009, 04:17 AM
It's probably a variable mix up somewhere, try the All Navagational Menu.
http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/generator.htm

himalay137
04-18-2009, 05:33 AM
It's probably a variable mix up somewhere, try the All Navagational Menu.
http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/generator.htm



All Navagational Menu(http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/generator.htm) Can't show some url like :
<li><a href="http://bdstock.com/daily.php?market=CSE&type=gainers">Top Ten Gainer</a></li>
how can i add it ?

Thnx

Nile
04-19-2009, 01:57 AM
It can show that, just include it in the code:


<li><a href="http://bdstock.com/daily.php?market=CSE&type=gainers">Top Ten Gainer</a></li>
Paste that in the menu, and it should work.

Good luck!