搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Investigate an element on a site

more options

Hi all.
In advance I apologize for my not really good English. The problem such is - on one site is a popup window which when aiming at it the mouse pointer jumps out. At once this window became constantly active.
If to investigate this element (from a context menu of the browser) that we see code lines:

div class="online-fr_list"></div>- this element

Elements code in inspector:

.online-fr_block.__open .online-fr_list {
    max-height: 555px; - if this line to clean or change value on 0px then work fine
}
.online-fr_list {
    position: relative;
    z-index: 1;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.45s ease 0.3s;
}

Question: whether it is possible to make so that this value automatically improved on 0рх or it is a site problem?
(site: http://www.odnoklassniki.ru/)

Thanks in advance,
Yours faithfully Anticisco

Attach:

pic.1 (http://rghost.ru/51196785) - site before (window always top) - work not fine :(

pic.2 (http://rghost.ru/51196813) - site after (window is hidden) - work fine :)

Hi all. <br /> In advance I apologize for my not really good English. The problem such is - on one site is a popup window which when aiming at it the mouse pointer jumps out. At once this window became constantly active. <br /> If to investigate this element (from a context menu of the browser) that we see code lines: div class="online-fr_list"></div>- this element Elements code in inspector: <pre><nowiki>.online-fr_block.__open .online-fr_list { max-height: 555px; - if this line to clean or change value on 0px then work fine } .online-fr_list { position: relative; z-index: 1; max-height: 0px; overflow: hidden; transition: max-height 0.45s ease 0.3s; }</nowiki></pre> Question: whether it is possible to make so that this value automatically improved on 0рх or it is a site problem?<br /> (site: http://www.odnoklassniki.ru/) Thanks in advance, <br /> Yours faithfully Anticisco Attach: pic.1 (http://rghost.ru/51196785) - site before (window always top) - work not fine :( pic.2 (http://rghost.ru/51196813) - site after (window is hidden) - work fine :)

由 cor-el 於 修改

所有回覆 (2)

more options

Is it part of the web page like a guide or helper? Or is it an advertizement? If it is an add, go to Mozilla Add-ons Web Page and get a good pop-up blocker. Also, you posted pictures of the Elements code from inspector, but not the window you are worried about.

more options

Usually sites provide a close button for their little windows. It is annoying when they do not do that.

Looking at the screen shot, I think you can create an Adblock filter to hide that friends window. I can't test this, but maybe something like this will work: