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: