.net Ajax calendarExtender 在 IE7 中剪切星期六(在 Firefox 中工作正常)
我在 IE7 中遇到了这个问题,日历中似乎缺少星期六。 它在 Firefox 中显示良好,一些人建议这可能是我的其他样式表搞乱了它,所以我现在使用自定义日历 CSS 主题,但我仍然遇到同样的问题。
有任何想法吗? 使用的 ajax 工具包是否存在已知错误?
I was having this problem in IE7 where the saturdays appear to be missing from the calendar. It displays fine in Firefox and a few people have suggested that it could be my other stylesheets messing it up so i am now using a custom calendar CSS theme and i'm still having the same problem.
Any ideas? is there a known bug with the ajax toolkit pack that is used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这是一个解决方案:
here's a solution:
SocialAddict 给出了很好的答案,但它对我不起作用......
我的问题是主体/容器的大小。
所以这就是治愈我的方法:
我还改变了我的日历样式,(就像 SocialAddict 所做的那样),但这种样式是开箱即用的。
Great answer from SocialAddict, but it didn't work for me...
My problem was the body/container size.
So here is what cured me:
I also changed my calendar style, (like SocialAddict did), but this style works out of the box.
Asp 代码:
我有一个应用于日历的自定义 CSS,我认为它不会在这里很好地显示,但就是这样:
Asp code:
I have a custom CSS applied to the calendar which i dont think will display well on here, but this is it:
如果其他人有这个问题,那么我建议在样式的开头设置一个通配符 css 元素,以消除所有可能的填充和边距问题。
这解决了 IE6.IE7 中的问题,firefox 也可以正常工作。
If anyone else has this problem then i recommend setting a wildcard css element at the beginning of your style to blank out all posible padding and margin issues.
This fixes the problem in IE6.IE7 and firefox works fine too.
我遇到了类似的问题,并且标记为最佳的解决方案(由 SocialAddict)对我不起作用。 我的问题的核心是表中设置的 CSS 类导致我的日历扩展器在周六被切断。 有效的解决方案涉及修改日历扩展程序的 CSS。 这是:
I had a similar problem and the solution marked as best (by SocialAddict) did not work for me. The core of my problem is that a css class set in a table was causing my calender extender to cut off Saturdays. The solution that worked involved modifying the calender extender's css. Here it is: