Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6784847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:03:01+00:00 2026-05-26T17:03:01+00:00

jQuery UI accordion panel contains list of single line menu items. Menu items needs

  • 0

jQuery UI accordion panel contains list of single line menu items. Menu items needs to grouped.
I tried to add line between menu items using <hr/> but line does not appear, empty row appears instead.
How to add line between menu items or other weay to group items without empty line?

<a href="#">Panel1</a></h3>
        <ul style="padding-top:0px;padding-bottom:0px;padding-left:8px">
         <li ><a href='ref1'>Item1</a></li>
         <li ><a href='ref2'>Item2</a></li>
         <li><hr /></li>
         <li ><a href='ref3'>Item3</a></li>
         <li ><a href='ref3'>Item4</a></li>
..

settings used:

    $( "#accordion" ).accordion({
        fillSpace: false,
        autoHeight: true,
        navigation: true,
    collapsible: true,
    clearStyle: true
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:03:02+00:00Added an answer on May 26, 2026 at 5:03 pm

    Try the following ccs code to underline every item:

    li {
      border-bottom-style: solid;
      border-bottom-width:1px;
    }
    

    The following code can be used to underline only defined items:
    CSS:

    li.underline { 
      border-bottom-style: solid; 
      border-bottom-width:1px; 
    } 
    

    HTML

    <li class="underline">Item</li>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jquery ui accordion contains lot of panels and every panel contains lot of single
I have a jquery accordion style menu that I'd like to add some shortcut
Is it possible to open the next panel in a jquery accordion menu through
I am using a jquery accordion with just one content panel like so: <ul
I'm using this http://www.i-marco.nl/weblog/jquery-accordion-menu/ accordion menu. Problem is, is that the main-menu links only
I am very new to jQuery. I want create a an accordion panel using
how to hide the panel inside the accordion created using JQuery? js files: <script
Sample page: http://jsbin.com/ohuze/2 This is a simple jQuery UI Accordion. Each accordion panel has
I am using the jQuery accordion plugin to make an accordion of some data.
I am using jQuery Accordion here and find some strange behavior when opening a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.