如何知道哪个浏览器支持哪个标签 [英] how to know which browser supports which tag

查看:66
本文介绍了如何知道哪个浏览器支持哪个标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我正在完成一个已在server.i上启动的项目.我在asp.net和firefox 3.6,crome 11和ie5,6上开发了该项目,该站点在该站点上正常运行,但是在美学上不合适,即在ie8,firefox中5.如果您认为可以检查"http://www.gayatriinternational.net" [ ["http://www.gayatriinternational.net"[^].
when i click on any product say flour then instead of flour info page i get only the flour image that too in a blank page and i can''t even go back from that page to my site i need star the all over again.
plz Help me to solve this cross browser,multiple version (website view problem)of an browser.i have searched many links but i didnt got proper solution.if possible also guide me which browser supports which tag.
kindly help me for the same
thankQ.

解决方案

Sadly, it is not as simple as tag compatibility, none of the browsers implement the DOM properly and most render in slightly different ways, so there is no single solution. The thing to do is to decide which browsers you want to support: IE, Firefox Chrome and Safari are the obvious choices, but you also need to work out which versions of these you want to support. Then you need to try your page out on each, historically, IE was the quirkiest (still is IMO, but much better than it was), so a website written for that won''t necessarily render in other browsers well. The rule of thumb is that the simpler you keep the HTML and as long as you style with CSS you have a better chance of success, your rendered HTML looks pretty good, though things like widths are better defined in css.

I skimmed this[^] and it seems to be a good guide as to where to start.

Your site renders OK in IE9 by the way, have you used HTML5 or CSS3 by any chance?


这篇关于如何知道哪个浏览器支持哪个标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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