We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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 :)

Được chỉnh sửa bởi cor-el vào

Tất cả các câu trả lời (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: