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

114
Views
Multiple rows with number into icon

I need to setup a menu, with an icon each line with a number into. Each row is built in JS / Jquery and than injected into html. I started with different demo of menus, like the Bootstrap Sidebar menu, but each time I try to add icon with number, I have a problem in the row.

Where am I wrong?

Example:

<div id="calendar">
    <span class="day">10</span>
    <i class="fa fa-calendar-o fa-3x text-info"></i>Example first row
</div>

    #calendar .day{
    position: absolute;
    z-index: -9999;
    top: 30px;
    left: 21px;
}
#calendar:hover{
    
}

This is ok I I use a single row, but have a problem when use multiple, like:

    <div id="calendar">
    <span class="day">10</span>
    <i class="fa fa-calendar-o fa-3x text-info"></i>Example first row
<p></p>

    <span class="day">20</span>
    <i class="fa fa-calendar-o fa-3x text-info"></i>Example second row
</div>

Final result that I am trying to have =>

about 4 years ago · Juan Pablo Isaza
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!