什么是ASP.NET中的浏览器兼容性 [英] What is Browser Compatibility in ASP.NET

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

问题描述

什么是ASP.NET中的浏览器兼容性问题,

What is Browser Compatibility Issues in ASP.NET,

推荐答案

在其中运行ASP.Net应用程序时可能会出现大量浏览器兼容性问题.不同的浏览器.

例如字体颜色在设计器和浏览器中的工作方式可能有所不同.
网页的高度可以不同.
图片可能无法显示.

此处 [ ^ ]是一个简单的代码段,可以帮助您避免其中的一些问题.
There could be tons of browser compatibility issues that could crop up while running an ASP.Net application in different browsers.

For e.g. Font colors could be working differently in your designer and the browser.
The height of the web page could be different.
Images may not be getting displayed.

Here[^] is a simple code snippet that could help you avoid some of these issues.


看看这些

链接

跨浏览器 [ ^ ]

ASP.NET浏览器兼容性 [ ^ ]& 在ASP.NET 2.0/3.0/3.5中检测浏览器功能 [ ^ ]由我们的CPian Alex aka DrABELL [ ^ ]& 示例站点 [ ^ ]与4种浏览器兼容

如何使网页跨浏览器" [ ^ ]

确定ASP.NET中的浏览器功能 [ W3.org

HTML文档的全局结构 [标记验证服务 [ ^ ]

CSS验证服务 [ ^ ]

工具

浏览器兼容性测试工具 [ 7个使网站与跨浏览器兼容的提示 [ ^ ]

CSS内容和浏览器兼容性 [兼容性主表 [
Take a look at these

Links

Cross browser[^]

ASP.NET Browser Compatibility[^] & Detecting Browser Capabilities in ASP.NET 2.0/3.0/3.5[^] by our fellow CPian Alex aka DrABELL[^] & sample site[^] compatible with 4 browsers

HOW TO make web pages "cross browser"[^]

Determining Browser Capabilities in ASP.NET[^]

Browse W3.org

The global structure of an HTML document[^]

Markup Validation Service[^]

CSS Validation Service[^]

Tools

Browser compatibility test Tools[^]

Extras

7 Tips to make your website Cross Browser Compatible[^]

CSS contents and browser compatibility[^]

Compatibility Master Table[^]


<head>
    <script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.6.2.min.js" type="text/javascript"></script>
    <script language="javascript" type="text/javascript">


这篇关于什么是ASP.NET中的浏览器兼容性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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