在不同的浏览器中查看 [英] Viewing in Different Browsers

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

问题描述

向大家致以问候。


我是网络开发游戏的新手,我开发了我的第一个网站,看起来很好的IE浏览器,但在Mozilla中很糟糕/ Firefox。


有关使我的网站浏览器与浏览器兼容的建议吗?


到目前为止我所知道的只是HTML / CSS,所以我使用Javascript解决方案很不公平

或任何其他脚本语言。我打算征服下一个。


任何建议都会受到赞赏。谢谢!

Greetings everyone.

I''m new to the webdevelopment game and I developed my first site that looks
good in IE but crappy in Mozilla/Firefox.

Any advice on making my site browser to browser compatible?

All I know so far is HTML/CSS, so I won''t fair well with Javascript solutions
or any other scripting language. I''m going to conquer those next.

Any advice would be appreciated. Thanks!

推荐答案



" LayneMitch" < u39402 @ uwewrote in message news:7bd2bd19e5315 @ uwe ...

"LayneMitch" <u39402@uwewrote in message news:7bd2bd19e5315@uwe...

问候所有人。


我是网络开发游戏的新手,我开发了我的第一个网站

看起来很好的IE浏览器但在Mozilla / Firefox中很糟糕。


关于使我的网站浏览器与浏览器兼容的任何建议吗?


到目前为止我所知道的是HTML / CSS,所以我对Javascript不太满意

解决方案

或任何其他脚本语言。我打算征服下一个。


任何建议都会受到赞赏。谢谢!
Greetings everyone.

I''m new to the webdevelopment game and I developed my first site that
looks
good in IE but crappy in Mozilla/Firefox.

Any advice on making my site browser to browser compatible?

All I know so far is HTML/CSS, so I won''t fair well with Javascript
solutions
or any other scripting language. I''m going to conquer those next.

Any advice would be appreciated. Thanks!



如果Firefox和IE之间存在差异,那么IE总是会出现错误。


提供有效的严格doctype,这样每个人都处于标准模式。


首先在Firefox中测试。


接下来验证 http://validator.w3.org


然后检查在IE6,IE7,Opera,Safari和其他任何浏览器中你都可以手持。


然后,在调整各种浏览器怪癖后,验证。


-

Richard。

If there is a difference between Firefox and IE the invariably IE is getting
it wrong.

Provide a valid strict doctype so everybody is in standards mode.

Test in Firefox first.

Next validate at http://validator.w3.org

Then check in IE6, IE7, Opera, Safari and whatever other browsers you have
to hand.

Then, after tweaking for various browser quirks, validate.

--
Richard.


文章< wx ******** ***********@news-server.bigpond.net.au> ;,

" rf" < rf@invalid.comwrote:
In article <wx*******************@news-server.bigpond.net.au>,
"rf" <rf@invalid.comwrote:

" LayneMitch" < u39402 @ uwewrote in message news:7bd2bd19e5315 @ uwe ...
"LayneMitch" <u39402@uwewrote in message news:7bd2bd19e5315@uwe...

问候所有人。


我是网络开发游戏的新手,我开发了我的第一个网站

看起来很好的IE浏览器但在Mozilla / Firefox中很糟糕。


关于使我的网站浏览器与浏览器兼容的任何建议吗?


到目前为止我所知道的是HTML / CSS,所以我对Javascript不太满意

解决方案

或任何其他脚本语言。我打算征服下一个。


任何建议都会受到赞赏。谢谢!
Greetings everyone.

I''m new to the webdevelopment game and I developed my first site that
looks
good in IE but crappy in Mozilla/Firefox.

Any advice on making my site browser to browser compatible?

All I know so far is HTML/CSS, so I won''t fair well with Javascript
solutions
or any other scripting language. I''m going to conquer those next.

Any advice would be appreciated. Thanks!



如果Firefox和IE之间存在差异,那么IE总是会出现错误。


提供有效的严格doctype,这样每个人都处于标准模式。


首先在Firefox中测试。


接下来验证 http://validator.w3.org


然后检查在IE6,IE7,Opera,Safari和其他任何浏览器中你都可以手持。


然后,在调整各种浏览器怪癖后,验证。


If there is a difference between Firefox and IE the invariably IE is getting
it wrong.

Provide a valid strict doctype so everybody is in standards mode.

Test in Firefox first.

Next validate at http://validator.w3.org

Then check in IE6, IE7, Opera, Safari and whatever other browsers you have
to hand.

Then, after tweaking for various browser quirks, validate.



有两个问题。首先是html。它是否有意义

没有最少的添加风格?是否允许访问者获得
获取并阅读您的内容,看到您的照片好,转到您的

链接?别担心没有多余的装饰(一些网站使用他们的

造型进行一些扭曲,这是非常令人惊叹的。)确保你的裸体看起来很有用。)


接下来,时间将html设置为超出浏览器本身提供的准系统的时间。如果

你不坚持浏览器的结果是相同的,那么你将省去很多麻烦。

不同的浏览器有不同的默认设置如何它们

渲染东西。


你想要的越多,你去的麻烦就越多,

来自提供css以覆盖不同的默认值学习

来设计差异不明显的地方

到极端知道每个bug和变化并采取措施

到通过各种技术为一些浏览器提供不同的样式说明

其他浏览器。


-

dorayme

There are two issues. There''s the html first. Does it make sense
without the least bit of added style? Will it allow a visitor to
get by and read your content, see your pics ok, get to your
links? Never mind the no frills look (it is quite a breathtaking
relief from some of the contortions some sites manage with their
styling. Make sure yours looks useful when it is naked.)

Next, time to style the html beyond what is barebones provided by
the browser itself. You will save yourself a lot of trouble if
you do not insist on results being identical across browsers.
Different browsers have different default settings for how they
render things.

The more you want the same, the more trouble you have to go to,
from supplying css to override the different defaults to learning
to either design for where the differences are not so noticeable
to the extreme of knowing each bug and variation and taking steps
to provide some browsers with different style instructions to
others via a variety of techniques.

--
dorayme


11月27日,04:54,LayneMitch < u39402 @ uwewrote:
On 27 Nov, 04:54, "LayneMitch" <u39402@uwewrote:

任何建议都将不胜感激。谢谢!
Any advice would be appreciated. Thanks!



*首先制作在FF _first_中看起来不错的有效代码。这将是

通常在IE中看起来也不错,没有进一步的努力。


*如果它确实需要在IE中修复它的工作,那么请确保你不要没有打破

的有效性并在FF中正确显示。之后重新检查。


*每当您向此新闻组发布问题时,请包含一个URL。它b / b
帮助人们看到你的东西;''正在谈论。永远不要发布片段

超过几行。

* Begin by making valid code that looks good in FF _first_. This will
usually look good in IE too, without further effort.

* If it does need work to fix it in IE, then make sure you don''t break
validity and correct display in FF. Re-check afterwards.

* Whenever you post questions to this newsgroup, include a URL. It
helps people see what you;''re talking about. Never post a fragment
more than a couple of lines long.


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

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