即使在 IE8 中打开 javascript,也不会出现 noscript 标签
Ghost noscript 标签更多信息
我正面临这个问题,我该如何处理 Internet Explorer 浏览器:-( ?
说明:
我已在应用程序的布局中包含以下 noscript 标记
现在,当我在 IE8 中查看此布局时,noscript 标签 CSS 显示在页面顶部,但其中没有内容,使布局看起来有问题。
请帮忙...
ghost noscript tag more info here
I am facing exactly this issue, how shall I handle this for Internet Explorer browsers :-( ?
Explanation:
I have included the following noscript tag in my application's layout
<noscript style="background:#ffcc00;font-size:200%;font-family:verdana;text-align:center;text-transform:uppercase;font-weight:bold;padding:0.8em;">javascript is disabled, please enable it first.</noscript>
Now when I view this layout in IE8 the noscript tag CSS is displaying at the top of the page without the content in it, making the layout look faulty.
Please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要设置 noscript 标签的样式,将内容放在另一个标签内:
Don't style the noscript tag, put the content inside another tag: