我知道有像梦想者这样的方案,但没有一项方案在建立自动交叉浏览器时取得重大成功,这些浏览器符合html和编码。
我很想知道,是否有一个框架或方案,可以用来制造更多可兼容的超声和中安会布局?
目前,我正在使用一个虚拟窗口Xp版本,在电传上运行,以检查网页如何看一E6,并人工使用“ Chrome”、“歌剧”、“歌剧”和“Sissa”。
我知道有像梦想者这样的方案,但没有一项方案在建立自动交叉浏览器时取得重大成功,这些浏览器符合html和编码。
我很想知道,是否有一个框架或方案,可以用来制造更多可兼容的超声和中安会布局?
目前,我正在使用一个虚拟窗口Xp版本,在电传上运行,以检查网页如何看一E6,并人工使用“ Chrome”、“歌剧”、“歌剧”和“Sissa”。
What you want doesn t really exist as many have said. I do try to safe myself most of the hassle you describe by consciously using only things that have proven to be widely supported and with which I have good experiences. The perfect solution doesn t exist but here are a few things to consider that could make your life easier:
This way you ll end up with web sites that have a very high chance to be cross browser compatible
There is no reliable, broadly applicable solution to this beyond testing, testing, testing. The issues are so complex that it s essentially impossible to build a tool that could do this for anything close to every possible difference between the browsers.
顺便说一句,有以下工具:IEReleaseer, 您可以用来管理多种先前版本的IEE。
EDIT:You (motto)和其他人已注意到与IE 出版社有关的问题。 虽然我没有亲身经历过问题,但这很可能是因为我根本不利用这个问题帮助我掌握一些布局,这些布局在伊埃雷尔使用一些事情。
以下评论指出,国际E9中的“开发工具”允许我们利用国际E7/IE8的发动机。 我会认为,这是检验这些浏览器布局的更可靠的方法,我计划开始使用这一办法。
因此,我有可能仅仅为了保证国际电子数据交换6的基本可用性而继续使用国际电子数据系统。
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!