当使用雅虎地图时,“X”智能窗口中的(关闭按钮)显示在左上角
我正在使用雅虎地图 API 中示例中的代码,但是当我单击智能窗口时,我会在左上角看到关闭按钮 (x)。我唯一要更改的是智能窗口中的 html,但我不明白为什么这会影响关闭按钮的位置。另外,我在 yahoo 地图 API 网站上没有看到任何有关如何更改此设置的文档。
i am using code right out of the examples in yahoo maps api, but when i click on a smart window i get the close button (x) in the upper left. the only thing i am changing is the html in the smart window but i dont understand why that would affect the location of the close button. also, i dont see any documentation on how to change this on the yahoo maps api web site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要在页面 CSS 中查找任何向左浮动
img
标记或将它们绝对定位的内容(沿着这些思路思考)。一种调试方法是暂时关闭页面的 CSS 以查看结果。
You may want to look in your page CSS for anything that floats
img
tags left or positions them absolutely (think along those lines).One debugging method would be to temporarily turn off your page's CSS to see the result.