在 ASPx 页面中使用自定义 WebUserControl 时 CSS 变得扭曲
我有一个非常简单的从 System.Web.UI.UserControl 派生的 Web UserControl。 在设计时,用户控件在 VS2008 窗格中与所有 CSS 样式看起来都很完美。什么时候 我将此控件拖放到 aspx 页面上,应用了 CSS 样式,但某些文本被隐藏,并且 CSS 看起来扭曲了。
我已经检查了 CSS、UserControl 和 ASPx 页面的路径。全部都在 root 下处于同一级别。 aspx 页面仅在 FORM 标记中包含 UserControl。
知道出了什么问题吗?
I have a very simple Web UserControl derived from System.Web.UI.UserControl.
At Design Time the user control looks perfect in the VS2008 Pane with all CSS styles. When
I drag n drop this control on an aspx page, the CSS style gets applied but some texts get hidden and the CSS looks distorted.
I have checked the path of the CSS, UserControl and the ASPx page. All are in the same level under root. The aspx page just contains the UserControl in a FORM tag.
Any idea what is going wrong ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VS2008默认添加此DOCTYPE -
将其更改为
VS2008 adds this DOCTYPE by default -
Change it to