奇怪的虫子 [英] Strange Bug

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

问题描述

我遇到了IE的问题,在可查看/可滚动窗口下面显示我的页脚部分

。它似乎从div的顶部计算了

底部保证金而没有看到它的内容。


我甚至不使用绝对值在那里定位所以我不确定

问题是什么。对此有何解释,也许是一些干净的解决方案?

http:/ /users.skynet.be/fa800152/

I''m having a problem with IE which displays my page footer partly
beneath the viewable/scrollable window. It seems to calculate the
bottom margin from the top of the div without looking at it''s content.

I''m not even using absolute positioning there so I''m not sure what the
problem is. Any explanation for this and maybe some clean solution?

http://users.skynet.be/fa800152/

推荐答案

Gerry Vandermaesen写道:
Gerry Vandermaesen wrote:
我遇到了IE的问题,它在可视/可滚动窗口下部分显示我的页脚。它似乎从div的顶部计算了底部边距,而没有看到它的内容。

我甚至没有使用绝对定位,所以我不是确定
问题是什么。对此有何解释,也许是一些干净的解决方案?

http:/ /users.skynet.be/fa800152/
I''m having a problem with IE which displays my page footer partly
beneath the viewable/scrollable window. It seems to calculate the
bottom margin from the top of the div without looking at it''s content.

I''m not even using absolute positioning there so I''m not sure what the
problem is. Any explanation for this and maybe some clean solution?

http://users.skynet.be/fa800152/



IE的定位很差。尽可能避免使用。

在#main IE中没有考虑到20px的重新定位,因此它会将视频下方的页脚推送到页面下方。

在#main中取代" position:relative;上:20px;左:20px with

" padding:20px 0 0 20px"。


-

jmm(连字符)list(at)sohnen -moe(dot)com

(删除电子邮件的.AXSPAMGN)


IE does positioning poorly in general. Avoid it wherever possible.
In #main IE does not account for the 20px re-positioning so it pushes
the footer below the viewport by that amount.
In #main replace "position: relative; top: 20px; left: 20px" with
"padding: 20px 0 0 20px".

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


为了进一步培养人类,Gerry Vandermaesen

< ge **************** @ gmail.com>声明:
To further the education of mankind, "Gerry Vandermaesen"
<ge****************@gmail.com> declaimed:
我遇到了IE的问题,它在可查看/可滚动窗口下部分显示我的页脚。它似乎从div的顶部计算了底部边距,而没有看到它的内容。

我甚至没有使用绝对定位,所以我不是确定
问题是什么。对此有何解释,也许是一些干净的解决方案?

http:/ /users.skynet.be/fa800152/
I''m having a problem with IE which displays my page footer partly
beneath the viewable/scrollable window. It seems to calculate the
bottom margin from the top of the div without looking at it''s content.

I''m not even using absolute positioning there so I''m not sure what the
problem is. Any explanation for this and maybe some clean solution?

http://users.skynet.be/fa800152/




我首先看到的唯一一个浏览是:


border-left:none; (等)


没有定义。使用0.但我怀疑这是原因。它可能是某些特定于IE的错误。如果

没有别的工作,我可能会尝试将页脚移出主div。


-

Neredbojias
无限可以有限制。



The only thing I see at first-browse is:

border-left: none; (et al)

isn''t defined. Use 0. I doubt that''s the cause, however. It''s probably
some IE-specific bug. I might try moving the footer out of the main div if
nothing else worked.

--
Neredbojias
Infinity can have limits.


Neredbojias写道:
Neredbojias wrote:
我在第一次看到的唯一的东西是浏览:

border-left:none; (等)

没有定义。
The only thing I see at first-browse is:

border-left: none; (et al)

isn''t defined.




它是。 < q

cite =" http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left"> Omitted

值设置为其初始值。< / q>所以它意味着:


border-left-style:none;

border-left-width:medium;

border- left-color:<''color''属性的值>

-

Johannes Koch

Spem in alium nunquam habui以色列的Deus以色列的praeter。

(Thomas Tallis,40部分的文章)



It is. <q
cite="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left">Omitted
values are set to their initial values.</q> So it means:

border-left-style: none;
border-left-width: medium;
border-left-color: <the value of the ''color'' property>
--
Johannes Koch
Spem in alium nunquam habui praeter in te, Deus Israel.
(Thomas Tallis, 40-part motet)


这篇关于奇怪的虫子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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