Drop Down Menu / Posts /

How to make web menu accessible when JavaScript is disabled in browser?

0

Is it possible to make the menu accessible in the browsers that have disabled JavaScript?

Ali  10 years ago   viewed: 6317    

2 Answers

0

This post gives a better solution: Make the dropdown menu accessible when JavaScript is disabled in browser

Milo   8 years ago
-2
Yes you can make the drop down menu accessible to the users who have disabled JavaScript in their browser setting. 

Open the ddmenu.js file, you will find the following block:
#ddmenu div { padding:0; margin:0; display:none; }
You need to remove the line: 
display:none;
or set it as:
display:block;
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: