-1

Hello there fellow stack exchange members hope your having a great day. Basically i picked up a project I never finished and started working on it. So far so good. Except until right now there's a CSS element that is giving me trouble.

Basically I have a menu bar with "Login" and "Register" if you inspect the code on Google chrome and select "menu" div the little highlight box shows up where it supposed to be but You cant see actually see it.

But in the "Matched CSS rules" if I uncheck "Float:right" and then check it again the element goes to where its supposed to go, which is confusing me right now.

Could someone take a look at it for me. I'm currently developing on a throwaway domain before i actually transfer it to the real domain

4

1 回答 1

1

看起来当您重新启用浮动时,由于重新排序,它会在 DOM 中重新计算。我认为根本原因是您在面包屑 div 中有 div,而不是在 homebar div 中有一个级别。

于 2013-07-09T04:53:05.543 回答