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.
我正在使用 MS AJAX ASP.NET 组件(日历扩展器),我使用了一些 css 属性来反映表单 div,它反映到日历 div,如何为日历扩展器应用默认 css,并且我无法删除表单的 css 样式。 CSS代码是
#form div{min-width:100px; float:left;}
试试这个:
1)向页面添加另一个文本框,在您的日历扩展器所在的更新面板之外
2)添加日历扩展器并指向文本框
3) 在文本框上设置 'style="display:none;" 所以它不会出现在页面上。