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

90
Views
My cursor doesnt show up in half of my images

In this section of HTML i inserted elements with JavaScript

 <div id="carousel-container" class="carousel-box"> 

 </div>

I added styles to the elements i inserted and for some reason the pointer I wanted to use with the images didnt show up, in some of the images it does show up, in others the pointer only changes when you hover on the lower half of it, opposed to changing when you hover on any part of the image as intended.

.carousel-box{
overflow: hidden;
display: flex;
cursor: pointer;
width: 80%;
margin: 0 auto; 
}

https://github.com/ArturoV6/E-commerce

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try adding cursor styles to the images, not on the div

.carousel-box{
  overflow: hidden;
  display: flex;
  width: 80%;
  margin: 0 auto; 
}

.images {
  cursor: pointer;
}
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!