We have a dynamic site (using Coldfusion) that has a nav menu, a "more" menu and a separately styled mobile menu and uses CSS to show/hide as appropriate.
We've been picked up on an accessibility issue for users where CSS is not supported or using a pure text browser - they get the menu structure three times...
I've tried to think of a way that doesn't use CSS to show/hide things as required or even JS but without CSS/JS, is there any logical way around this?
We've been picked up on an accessibility issue for users where CSS is not supported or using a pure text browser - they get the menu structure three times...
I've tried to think of a way that doesn't use CSS to show/hide things as required or even JS but without CSS/JS, is there any logical way around this?