浏览器兼容性应用程序
问题描述:
我想知道如何实现浏览器的兼容性
我使用制作页面,并在其中使用
I want to know how can i accomplish browser comptability
I make pages using and inside them i use
,例如,我制作了一个带有两个文本框和一个按钮的登录页面,在IE上工作正常,该按钮显示在文本框的正下方,但在Google chrome或Firefox上,该按钮出现在页面的左侧
标签控件等其他控件也发生了同样的事情
我该如何控制它,以便在每个浏览器中显示相同的显示?
标签控件等其他控件也发生了同样的事情
我该如何控制它,以便在每个浏览器中显示相同的显示?
,for eg i make a login page with two text boxes and one button,on IE it works fine,the button is displayed just below the textboxes but on google chrome or Firefox the button appears at left side of the page
The same thing happened with other controls like label etc
How can i control this so that in each browser it shows same display?
The same thing happened with other controls like label etc
How can i control this so that in each browser it shows same display?
答
您应该关注跨浏览器 [跨浏览器问题 [ ^ ]
7个使网站与跨浏览器兼容的提示 [ ^ ]
另外,此 5种检查跨浏览器兼容性的工具 [ ^ ]
跨浏览器的兼容性 [
You should focus on Cross browser[^].
Take a look at these
Cross Browser Issues[^]
7 Tips to make your website Cross Browser Compatible[^]
Also this 5 Tools To Check Cross Browser Compatibility[^]
Cross browser compatibility[^]
我该如何控制以便在每个浏览器中显示相同的显示?
遵循W3C标准!所有浏览器都试图确保遵循它们.
在此处查找它们: W3C标准 [ ^ ]
使用符合W3C标准的CSS样式表,您应该在所有浏览器中都具有相同的外观.
阅读更多内容: Wiki:符合标准 [
How can i control this so that in each browser it shows same display?
By following W3C standards! All the browsers try to make sure that they follow them.
Look here for them: W3C standards[^]
Use CSS stylesheets in compliance with W3C standard and you should be able to have same look and feel in all the browsers.
More to read: Wiki: Standards-compliant[^]