Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个对话框和一个日期选择器,但由于某种原因,右上角没有显示关闭按钮,并且您在日期选择器中看不到箭头按钮。这些按钮在那里,因为当您将鼠标悬停在它们上时会显示边框,但您在其他任何时间都看不到它们。有人知道为什么吗?
边框显示意味着您已正确加载 css。但是缺少按钮,因为缺少按钮条图像。
检查您的 css 是否正确给出了图像条路径。它必须相对于 css 文件。
您可以使用 Firefox 中的 Firebug 或 chrome 中的 Inspect Element 进行更多调试。