| 
      Return to Recent Questions Is it possible to create the dhtml scroll menu with a tilde (over the letter N)? 
 
 Q:
  Is it possible to create the dhtml scroll with a tilde (over the letter N).
it would look like N. I want the menu item to be labeled
�Se habla Epanol.
 
 
 A:
You can use any html code within menuItems, for example:
 
 var menuItems = [
 
 ["Se habla Epañol","testlink.html", "", "", "", "", "", "", "", ],
 
 
 
 
 
 Return to Recent Questions
 
 
 |