Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

303
Views
Al pasar el cursor sobre el texto resbaladizo, se oculta debido a que CSS no responde, ¿cómo hacer que responda?

No obtengo las fechas de activación, pero se muestra en la página de inspección. Sospecho que puede deberse al problema de respuesta de CSS o la interrupción de la clase. ¿Cómo resolver?

Al pasar el cursor por encima de la viñeta de la barra de carga, el texto flotante no es visible

Inspeccionar el problema

Código CSS:

 /* Adding for slick tool tip on hover */ .hover_slick { position: relative; display: inline-block; border-bottom: 1px dotted black; } .hover_slick .hover_slicktext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; /* font-size: 15px; */ border-radius: 6px; padding: 5px 0; /* Position the tooltip */ /* position: absolute; */ margin-top: -20px; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; } .hover_slick:hover .hover_slicktext { visibility: visible; }

codigo js

 function slider_config() { // Array conversion from the doc element var dateList = [...document.querySelectorAll('.photo-date-info')].map(x => x.textContent); // console.log(dateList); // Loop through its value and index since it is array dateList.forEach((value,index)=>{ $("#hover_slicktext"+index).html(value); });

DIV

 div += "></i><a href='"+photo+"' download><i class='fas fa-download' style ='float: right;padding-top: 7px;color: black;'></i></a><img style='object-fit: contain;height:400px' src='"+photo+"' data-caption='As on : "+photo_date+"'><h4>As on : <span class=\"photo-date-info\">" + photo_date + "</span></h4><h5>"+p_desc+"</h5></center></div>";
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Esto se debe a la posición relativa del hover. Reducir la posición relativa y reducir el tamaño de fuente resolverá el problema.

 .hover_slick { /* position: relative; */ display: inline-block; /* border-bottom: 1px dotted black; */ } .hover_slick .hover_slicktext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; font-size: 20px; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ /* position: absolute; */ margin-top: -20px; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!