IE黑客摘要? [英] Summary of IE Hacks?

查看:86
本文介绍了IE黑客摘要?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

据我了解,IE7仍然不符合标准(尽管它已经清除了一些错误)。任何人都可以向我指出IE漏洞和修复的摘要吗?

我最近发现了条件评论,这应该是一个可靠的解决方案,比如这个:


<! - [if IE]>

< link rel =" stylesheet"类型= QUOT;文本/ CSS" HREF =" iestyle.css" />

<![endif] - >


这看起来是个好方法 - 也就是说,只需使用单独的样式表对于

IE - 但这引出了如何解决IE中特定问题的问题。是否

有一个很好的总结IE浏览器怪癖和解决方法,有人可以指点我吗?


提前谢谢。

As I understand it, IE7 is still not standards compliant (although it has
cleaned up some bugs). Can anyone point me to a summary of IE bugs and fixes?
I''ve recently discovered Conditional Comments, which are supposed to be a
reliable solution, such as this:

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyle.css" />
<![endif]-->

This looks like a good way to go - that is, just use a separate stylesheet for
IE - but that begs the question of how to fix particular problems in IE. Is
there a good summary of IE quirks and workarounds someone can point me to?

Thanks in advance.

推荐答案



" deko" < de ** @ nospam.com写信息

新闻:K _ **************************** **@comcast.com。 ..

"deko" <de**@nospam.comwrote in message
news:K_******************************@comcast.com. ..

据我所知,IE7仍然不符合标准(尽管它已经清除了一些错误)。任何人都可以指向我的IE错误摘要和
As I understand it, IE7 is still not standards compliant (although it has
cleaned up some bugs). Can anyone point me to a summary of IE bugs and



修复?

fixes?


我最近发现了条件评论,它应该是一个可靠的解决方案,例如:


<! - [if IE]>

< link rel =" stylesheet"类型= QUOT;文本/ CSS" HREF =" iestyle.css" />

<![endif] - >


这看起来是个好方法 - 也就是说,只需使用单独的
I''ve recently discovered Conditional Comments, which are supposed to be a
reliable solution, such as this:

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyle.css" />
<![endif]-->

This looks like a good way to go - that is, just use a separate




样式表

stylesheet for


IE - 但这引出了如何解决IE中特定问题的问题。
IE - but that begs the question of how to fix particular problems in IE.




Is


有一个很好的IE怪癖和变通方法的摘要有人可以指我
there a good summary of IE quirks and workarounds someone can point me



到?

to?


>

提前致谢。
>
Thanks in advance.


http://www.webcredible.co.uk/user- fr ... s-tricks.shtml

http://www.stylegala.com/resources/css_hacks.htm

http://www.quirksmode.org/css/quirksmode.html

很好的表格是什么每个浏览器都支持(向下滚动)
http:// www。 quirksmode.org/css/contents.html


很多css链接。检查*每日阅读 &安培; css技术 for

网站上有关于怪癖的信息
http ://www.alvit.de/handbook/

Rich


http://www.webcredible.co.uk/user-fr...s-tricks.shtml

http://www.stylegala.com/resources/css_hacks.htm

http://www.quirksmode.org/css/quirksmode.html

nice table of what''s supported in each browser (scroll down)
http://www.quirksmode.org/css/contents.html

Lots of css links. Check the "* daily reading" & "css techniques" for
sites that would have info on quirks
http://www.alvit.de/handbook/
Rich


取决于您定位和开发的浏览器, 其他

浏览器将始终存在您需要修复的错误。

例如,如果您开发时测试IE中的所有内容并使其成为

工作,然后最后去firefox测试,你会要求一个
的firefox错误列表。


我们有没有真的跨平台的合规性?

" deko" < de ** @ nospam.com写信息

新闻:K _ **************************** **@comcast.com。 ..
depending on what browser youre targeting and developing for, the "other"
browser will always have bugs you need to fix.
for example if as you developed you tested everything in IE and made it
work, then at the end went to test in firefox, you would be asking for a
list of firefox bugs.

will we ever have true compliance across platforms??
"deko" <de**@nospam.comwrote in message
news:K_******************************@comcast.com. ..

据我所知,IE7仍然不符合标准(尽管它已经清除了一些错误)。有谁能指出我的IE错误摘要和

修复?我最近发现了有条件的评论,这被认为是一个可靠的解决方案,例如:


<! - [如果IE ]>

< link rel =" stylesheet"类型= QUOT;文本/ CSS" HREF =" iestyle.css" />

<![endif] - >


这看起来是个好方法 - 也就是说,只需使用单独的样式表

for IE - 但这引出了如何解决

IE中特定问题的问题。有没有一个关于IE怪癖和变通方法的好总结,有人可以用b
指向我吗?


提前谢谢。
As I understand it, IE7 is still not standards compliant (although it has
cleaned up some bugs). Can anyone point me to a summary of IE bugs and
fixes? I''ve recently discovered Conditional Comments, which are supposed
to be a reliable solution, such as this:

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyle.css" />
<![endif]-->

This looks like a good way to go - that is, just use a separate stylesheet
for IE - but that begs the question of how to fix particular problems in
IE. Is there a good summary of IE quirks and workarounds someone can
point me to?

Thanks in advance.



需要帮助写道:
need help wrote:

,具体取决于您为
定位和开发的浏览器
depending on what browser youre targeting and developing for



难道没有针对任何特定浏览器的目标和开发的答案吗?


-

-bts

-Motorcycles无视重力;汽车只是吮吸

Isn''t the answer to not target and develop for any particular browser?

--
-bts
-Motorcycles defy gravity; cars just suck


这篇关于IE黑客摘要?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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