不同浏览器的网站兼容性 [英] website compatibilty with diffrent browsers

查看:80
本文介绍了不同浏览器的网站兼容性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生您好

我已经在ASP.NET中建立了一个网站
bt,当我们将其打开到IE6,IE7,IE8和mozilla firefox中时
控件和文本的修饰在运行时不正确
请帮我
我该怎么办?
我应该在MASTER PAGE中编写一些代码来使我的网站与上述浏览器兼容吗?

Hello sir

I have made a website in ASP.NET
bt when we open it into IE6,IE7,IE8 and mozilla firefox
the allignment of controles and text is not proprw in run time
plz help me out
what should i do?
should i write some code in MASTER PAGE to make my website compatible with above browser

推荐答案

在此处查找有关此处提出的类似问题的各种答案:浏览器兼容性应用程序 [
Look here for various answers for similar question asked here: Similar question asked here[^]

One such links: Browser Compatibility Application[^]


用于打开网页在IE7兼容模式下,请在Aspx页或母版页的开头部分包含以下两个语句.

< meta http-equiv =与X-UA兼容"; content ="IE = EmulateIE7"; >

参考文章位于:http://msdn.microsoft.com/zh-cn/library/cc288325(VS.85).aspx
For opening web pages in IE7 compatibility mode please include the following two statements in head section of the Aspx page or the master page.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

Reference article is found at: http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx


hi.
阅读本文
hi.
Read this article


这篇关于不同浏览器的网站兼容性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆