Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Investigate an element on a site

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

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)

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.

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: