简体   繁体   English

将ImageMap用于导航菜单是否被视为良好做法?

[英]Is using an ImageMap for a navigation menu considered good practice?

我应该使用ImageMap创建导航菜单吗?

If you do, you need to address accessibility concerns. 如果这样做,则需要解决可访问性问题。

This article has some information on how you might go about achieving that. 本文提供了一些有关如何实现此目标的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用C#的get set属性被认为是好习惯吗? - Is using get set properties of C# considered good practice? 带有字段的抽象类被认为不是一个好习惯吗? - Is an abstract class with fields considered not a good practice? 灵活性与性能被视为良好实践 - Flexibility vs performance considered good practice 是否在错误敏感代码中多次尝试捕获是一种好习惯? - Is multiple try-catch in error sensitive code considered a good practice? 使用Task.ContinueWith()作为事件“ TaskEnded”的形式是否被认为是一种好习惯? - Is it considered good practice to use Task.ContinueWith() as a form of event “TaskEnded” 在被认为是良好实践的API中抛出参数验证的异常? - Is throwing exceptions on argument validation in an API considered a good practice? 始终使用this-keyword作为前缀(自动)属性是一种好习惯吗? - Is always prefixing (auto)properties with the this-keyword considered a good practice? 在临时目录中保存文件是否被认为是良好/可接受的做法? - Is it considered good/acceptable practice to save a file in the temporary directory? 为什么是“使用系统”; 不被认为是不好的做法? - Why is "using System;" not considered bad practice? 使用 Action.Invoke 是否被认为是最佳实践? - Is using Action.Invoke considered best practice?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM