1) Script Title: Smooth Navigational Menu (v1.31)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem:
I have installed the menu and everything is fine but only the arrow images cannot be shown. I use the Navigational Menu in a phpbb forum. And I only use the horizontal style , not the vertical style.
Because I have to place the images to other folder , not as instructed to put them in the same directory as the page itself.
Here is the path of the jquery.min.js :
Here is the path of the ddsmoothmenu.js :Code:root/jquery/jquery.min.js
Here are the path of the ddsmoothmenu.css, arrow.gif, down.gif :Code:root/styles/rainbow/template/ddsmoothmenu.js
I have changed the code in the page as follow :Code:root/styles/rainbow pearl/theme/navigational_menu/ddsmoothmenu.css root/styles/rainbow pearl/theme/navigational_menu/arrow.gif root/styles/rainbow pearl/theme/navigational_menu/down.gif
(part of the code)
My question is in the ddsmoothmemu.js , how to edit the path of the images:Code:<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/netvigation_menu/ddsmoothmenu.css" /> <script type="text/javascript" src="./jquery/jquery.min.js"></script> <script type="text/javascript" src="{T_TEMPLATE_PATH}/ddsmoothmenu.js">
Thank you !Code://Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs): arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},



Reply With Quote

Bookmarks