Forum Moderators: not2easy
I think the important thing here section 508 accessibility.
Any advice would be great.
Cheers
Is the satay flash method the best way around this
This is just a method of embedding Flash using valid markup. It's still Flash though, and no more accessible than it was before.
should I be using some horrible JavaScript document.write method
Again, no. If it relies on Javascript for basic menu functionality, then it isn't going to be accessible. You *can* use Javascript for things like show/hide functionality, but the menu still needs to work when Javascript's switched off.
a nice css driven menu
Yes. But even here a lot of the available ones rely on Javascript for basic functionality, so be careful. Even though the Section 508 guidelines are very vague, the thinking behind them in relation to navigation is that users can still move around your site with Javascript, Flash and CSS switched off.
You've also got to consider than your button/anchor text needs to reflect the content of the link destinations, not solely rely on colour for identification, not be repeated ... the list is long!
Is this an option, or am I barking up the wrong tree.
Cheers
Is this an option, or am I barking up the wrong tree.
The answer to your question might be quite different in these two situations. For the former, the alternative method would be fine. For the latter, although it might technically pass the standard, it would probably be better to go pure text/css driven.