|
|
We are using <br> as the menu text is too long but the problem we are facing is the space between two line of web menu text.
Return to Recent Questions
Q:
We are using Deluxe Menu for our website. When developing a new menu with longer text we are facing an issue.
JS Code for a menu item (Ajax technology):
[' Introduction &<br>Search Terms',
'/TeachingLaw/Courses/LegalRsrchWriting/AmySloan/Room1/','','' ,'' ,'' ,'' ,''
,'/TeachingLaw/DeluxeMenu/AmySloan/Room1.js',],
Code as above is used to create a the following menu:
We are using <br> as the menu text is too long but the problem we are facing is the space between two line of web menu text.
Can you please let me know how we can reduce the space?
A:
You can write your text in the following way:
["<div style='line-height: 10px'> Introduction &<br>Search Terms</div>",
"/TeachingLaw/Courses/LegalRsrchWriting/AmySloan/Room1/","","","","" ,"" ,""
,"/TeachingLaw/DeluxeMenu/AmySloan/Room1.js",],
or
['<div style="line-height: 10px"> Introduction &<br>Search Terms</div>', '/TeachingLaw/Courses/LegalRsrchWriting/AmySloan/Room1/','','' ,'' ,'' ,'' ,''
,'/TeachingLaw/DeluxeMenu/AmySloan/Room1.js',],
Return to Recent Questions
Related:
- Sep 02, 2006 - Little vertical spacers between menu items in the drop down menu.
- Oct 13, 2006 - Under the menu images there is a gray line that makes it look broken.
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 19, 2006 - Can I create a javascript menu code with one line of the subitems?
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- Dec 16, 2006 - I would like to use these cool menus in a page containing two iFrames.
- Dec 26, 2006 - I'm trying to have two separate mouseover menus on my web page.
- Dec 28, 2006 - How do I create more space between the menu items in my simple javascript menu?
- Jan 06, 2007 - Do I need to replace all the files and script in all the web pages with hover menu...?
- Feb 01, 2007 - Is it possible to accomplish the following functionalities with your web tree menu
|