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

  • SEARCH
  • Home
  • 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 819823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:22:25+00:00 2026-05-15T02:22:25+00:00

Maybe the answer is really simple. But what I’m trying to do it to

  • 0

Maybe the answer is really simple. But what I’m trying to do it to make a curved border around the li’s.

So not only the outside but also the inside:

Examples:
Right

right http://img198.imageshack.us/img198/577/rightc.png

Wrong:

wrong http://img689.imageshack.us/img689/4957/wrongc.png

Don’t mind the differences. What I’m trying to do it to curve the inner border this is the html:

<ul>
  <li>Dashboard</li>
  <li>Voertuigen</li>
  <li>Klanten</li>
  <li>Factures</li>
  <li>Boetes</li>
  <li>Onderhoud</li>
 </ul>

Css:

ul {
 list-style: none;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 width: 140px;
 border: 10px solid #BEBEBE;
}

ul li {
 height: 40px;
 width: 140px;
 background: #E5E5E5;
}
  • 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-15T02:22:26+00:00Added an answer on May 15, 2026 at 2:22 am

    Ok, a solution that does work with links: http://www.jsfiddle.net/MDXZG/6/

    HTML

    <div class="roundbox">
        <h3>Dashboard</h3>
        <ul>
            <li><a href="http://google.com">Voertuigen</a></li>
            <li>Klanten</li>
            <li>Factures</li>
            <li>Boetes</li>
            <li>Onderhoud</li>
        </ul>
    </div>
    

    CSS

    I’ve omitted the various border radius specifications for conciseness.

    div.roundbox {
        border-radius: 15px;
        width: 120px;
        padding: 10px;
        background: #BEBEBE;
    }
    
    div.roundbox ul {
        list-style: none;
    }
    
    div.roundbox ul li {
        height: 40px;
        background: #E5E5E5;
    }
    
    div.roundbox ul li:last-child
    {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    div.roundbox h3
    {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    
        height: 40px;
        background-color: #00BEE5;
    }
    

    ​

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is maybe a really simple question, but I couldn't locate an answer: For
That may be really simple but I'm unable to find a good answer. How
This may be a simple answer, but I'm trying to add a dom-created element
It this possible? How? (Maybe silly question, but I couldn't find answer :( )
Hy there I searched a lot on google, but couldn't find an answer. Maybe
There is probably a really simple answer for this ... I have a project
Being that my C++ isn't that great, this may be a really simple/obvious answer,
I think this may be a very simple question, but I am only just
This may be a very simple question, but I haven't found an answer to
A really simple question with (I bet) a very simple answer... I want to

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.