事情进展得很顺利...... [英] And things were going so well....

查看:60
本文介绍了事情进展得很顺利......的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

http://www.wils.ch/News.aspx


在FF中看起来都不错。至少所有看起来都像我预期的那样,牢记我有限的图形天赋。但IE甚至没有显示一半的东西。

直到你CTRL-A然后ESC。哦,它在源头好了,但是IE

并不想直接渲染它。它必须被推入它。

向上和向下滚动也很有用。我猜它在

中被称为使视图无效。


因此我可以将哪些CSS改为技巧IE正在做正确的

关闭的事情?

http://www.wils.ch/News.aspx

In FF all looks good. At least all looks as I expected, bearing in mind
my limited graphic talent. But IE doesn''t even show half the stuff.
Until you CTRL-A then ESC. Oh, it''s in the source alright, but IE
doesn''t want to render it straightaway. It has to be nudged into it.
Scrolling up and down does the trick too. I guess it''s whats known in
the trade as "invalidating the view".

So which bit of my CSS can I change to trick IE into doing the right
thing right from the off?

推荐答案

为了进一步培养人类,Colin Peters< ; cp ***** @ coldmail.com>

声明:
To further the education of mankind, Colin Peters <cp*****@coldmail.com>
declaimed:
http://www.wils.ch/News.aspx

在FF中看起来都不错。至少所有看起来都像我预期的那样,牢记我有限的图形天赋。但IE甚至没有显示一半的东西。
直到你CTRL-A然后ESC。哦,它在源头上很好,但是IE
并不想直接渲染它。它必须被推入它。
向上和向下滚动也是一招。我猜在交易中已经知道使视图无效。

我可以改变哪些CSS来欺骗IE做正确的
关闭的东西?
http://www.wils.ch/News.aspx

In FF all looks good. At least all looks as I expected, bearing in mind
my limited graphic talent. But IE doesn''t even show half the stuff.
Until you CTRL-A then ESC. Oh, it''s in the source alright, but IE
doesn''t want to render it straightaway. It has to be nudged into it.
Scrolling up and down does the trick too. I guess it''s whats known in
the trade as "invalidating the view".

So which bit of my CSS can I change to trick IE into doing the right
thing right from the off?




这是什么类型的doctype?为什么一些开放式元素

终止于< ... />和其他人不?你有没有验证页面?


对我来说这看起来很乱。


-

Neredbojias

无限可以有限制。



What kind of doctype is that? And why are some open-ended elements
terminated with <... /> and others not? Did you validate the page?

It looks like a mess to me.

--
Neredbojias
Infinity can have limits.


Colin Peters写道:
Colin Peters wrote:
http://www.wils.ch/News.aspx

IE甚至都没有显示一半的东西。
向上和向下滚动也是一招。我猜它在交易中被称为使视图无效。
http://www.wils.ch/News.aspx

IE doesn''t even show half the stuff.
Scrolling up and down does the trick too. I guess it''s whats known in
the trade as "invalidating the view".




不,这就是已知的作为peek-a-boo bug。它需要你半个小时才能获得更多关于它的信息。谷歌是你的朋友。使用它。


-

回复电子邮件地址是无底垃圾桶。

请回复群组,以便每个人都可以分享。



No, it''s what''s known as the "peek-a-boo bug". It should take you about
a half a second to find more about it. Google is your friend. Use it.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.


Colin Peters写道:
Colin Peters wrote:
http://www.wils.ch/News.aspx

在FF中看起来都不错。至少所有看起来都像我预期的那样,牢记我有限的图形天赋。但IE甚至没有显示一半的东西。
直到你CTRL-A然后ESC。哦,它在源头上很好,但是IE
并不想直接渲染它。它必须被推入它。
向上和向下滚动也是一招。我猜在交易中已经知道使视图无效。

我可以改变哪些CSS来欺骗IE做正确的
关闭的东西?
http://www.wils.ch/News.aspx

In FF all looks good. At least all looks as I expected, bearing in mind
my limited graphic talent. But IE doesn''t even show half the stuff.
Until you CTRL-A then ESC. Oh, it''s in the source alright, but IE
doesn''t want to render it straightaway. It has to be nudged into it.
Scrolling up and down does the trick too. I guess it''s whats known in
the trade as "invalidating the view".

So which bit of my CSS can I change to trick IE into doing the right
thing right from the off?




不能直接回答你的问题,但是:


首先,你有一个有缺陷的doctype声明。在一个相关的

点上,你的代码不是HTML而且不是XHTML。


其次,我没有使用ASP或其他任何经验,但有没有

a理由为什么你的身体元素的全部内容被包裹着

以下古怪:

< form method ="交"行动= QUOT; News.aspx" id =" baseForm"

enctype =" Multipart / Form-Data">

< input type =" hidden" name =" __ VIEWSTATE"

value =" dDw1MzgxO3Q8O2w8aTw0Pjs + O2w8dDxwPGw8aW5uZXJ odG1sOz47bDxOZXdzOz4 + Ozs + Oz4 + Oz4oiMNbXl78Q5entXdeg WcSrroQBw =="

/>

< / form>

请注意,您已经关闭了元素两次!


第三,如果您已经验证你的CSS你会看到有3个

错误;还有不少警告。


最后,顺便说一下,我会用H3元素替换你的NewsSumm_Title类

。 />

干杯,

AGw。



Not a direct answer to your question, but:

Firstly, you have a defective doctype declaration. And on a related
point, your code is not quite HTML and not quite XHTML.

Secondly, I have no experience with ASP or whatever it is, but is there
a reason why the entire contents of your body element are wrapped with
the following oddity:
<form method="post" action="News.aspx" id="baseForm"
enctype="Multipart/Form-Data">
<input type="hidden" name="__VIEWSTATE"
value="dDw1MzgxO3Q8O2w8aTw0Pjs+O2w8dDxwPGw8aW5uZXJ odG1sOz47bDxOZXdzOz4+Ozs+Oz4+Oz4oiMNbXl78Q5entXdeg WcSrroQBw=="
/>
</form>
Note that the you''ve closed the element twice, as well!

Thirdly, if you''d validated your CSS you''d have seen that there''s 3
errors; there''s also quite a few warnings.

Finally, and quite incidentally, I''d replace your NewsSumm_Title class
with H3 elements.

Cheers,
AGw.


这篇关于事情进展得很顺利......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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