我怎样才能根据firefox设置我的项目?
我的项目在 Internet Explorer 中运行顺利,但在 Firefox 或其他浏览器中它面临问题,例如它没有以正确的样式显示我的验证码字符。我的项目是用java、jsp编写的。谢谢
My project works troubleless in internet explorer but in firefox or other browsers it faces problems which for example it does not show my captcha characthers in the right style. my project is writen in java , jsp . Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
浏览器特定问题通常与代码的 JSP 或 Java 部分没有任何关系。您更有可能需要查看页面上包含的 (1)CSS,(2) 正在执行的 JavaScript。
使用 FireBug 扩展在 Firefox 上进行测试,以解决 FireFox 的问题。
请参阅这篇关于 QuirksMode 的文章CSS 内容和浏览器兼容性
Browser specific issues ususally does not have anything to do with JSP or Java part of the code. it is more likely that you need to look into (1)CSS included on the page, (2) JavaScript that's getting executed.
Test on Firefox using FireBug extension to resolve what's wrong with FireFox.
See this article on QuirksMode CSS contents and browser compatibility