I turned off javascript in my browser and the menus no longer work. In fact, the whole page loses a lot of theming when javascript is turned off. I believe those menus are completely dependent on javascript. Am I missing something? I don't know how you could achieve this without at least some javascript or flash.
Regards, Greg
On 6/15/06, Randal digitas@panix.com wrote:
Has anyone set up dynamic menus in Drupal like this:
????
The critical element here is that since the sub-elements expand in the left navigation when you go to a section or subsection, it is possible to use the entire navigation without javascript (though with javascript you are able to jump directly to any subsubitem).
Assuming that no one has done this yet, any suggestions on the best modules to use a basis for code hacking to achieve this?
-- Randal
[ Drupal support list | http://lists.drupal.org/ ]
At 10:15 AM -0600 6/15/06, Greg Knaddison - GVS wrote:
I turned off javascript in my browser and the menus no longer work. In fact, the whole page loses a lot of theming when javascript is turned off. I believe those menus are completely dependent on javascript. Am I missing something? I don't know how you could achieve this without at least some javascript or flash.
It does look like they have broken styling on this site without javascript, but the menus do still work.
My main issue with most dynamic menu systems is that they make the site inaccessible for anyone without javascript (which is still currently at least 5% of all users).
At 10:55 AM -0500 6/15/06, Michelle Cox wrote:
Have you looked at nice menus? http://drupal.org/node/43047
At 9:31 AM -0700 6/15/06, Earl Miles wrote:
There are several implementations of this floating around.
Mine is: http://www.angrydonuts.com/article/collapsing_menus
Thanks for the links. These look very nice, but both are still inaccessible without Javascript. They probably can give me a starting point to hack something up, though.
-- Randal
Am 15.06.2006 um 20:23 schrieb Randal:
At 10:15 AM -0600 6/15/06, Greg Knaddison - GVS wrote:
I turned off javascript in my browser and the menus no longer work.
...
My main issue with most dynamic menu systems is that they make the site inaccessible for anyone without javascript (which is still currently at least 5% of all users).
A reminder, BTW: Actually I choose Drupal, because it was the only CMS I found working with "Javascript off".
So with Drupal users possibly the "JS off" part is somehow larger.
I intentionally switch JS off. I hope I can keep this with 4.7, I just started testing.
Servus Franz
Am 15.06.2006 um 20:23 schrieb Randal:
At 10:15 AM -0600 6/15/06, Greg Knaddison - GVS wrote:
I turned off javascript in my browser and the menus no longer work.
...
My main issue with most dynamic menu systems is that they make the site inaccessible for anyone without javascript (which is still currently at least 5% of all users).
A reminder, BTW: Actually I choose Drupal, because it was the only CMS I found working with "Javascript off". So with Drupal users possibly the "JS off" part is somehow larger.
I absolutely agree. Drupal seems to have compliant HTML and specifically no Javascript that allows me to access it form *any* browser, and that is a main reason of why I selected it.