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 276699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:57:45+00:00 2026-05-12T00:57:45+00:00

I would like to style a <ul> to display all items in a box

  • 0

I would like to style a <ul> to display all items in a box with rounded corners (see below):

enter image description here

Is it possible to use CSS and only the <ul> (with no additional <div>s and tables), as I’m going to use it in a CMS system to style all <ul>s created by the user?

  • 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-12T00:57:46+00:00Added an answer on May 12, 2026 at 12:57 am

    I was able to recreate your image using the following (X)HTML and CSS:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
            <title>UL Corners</title>
            <style type="text/css">
                ul {
                    background-color: #EBEBEB;
                    list-style-image: url(arrow.png);
                    font-family: Verdana, Helvetica, sans-serif;
                    font-size: 11px;
                    padding: 15px;
                    width: 410px;
                    border-radius: 20px;
                    -moz-border-radius: 20px;
                    -webkit-border-radius: 20px;
                }
                li {
                    margin: 10px;
                    margin-left: 25px;
                }
            </style>
        </head>
        <body>
            <ul>
                <li>
                    Functional DR (Disaster Recovery)
                </li>
                <li>
                    Virtual off site contact centre management
                </li>
                <li>
                    Technology, Connectivity, Process and Resource Management in disaster recovery site
                </li>
                <li>
                    Mission Critical Response Service Level Agreements and Logistical management
                </li>
            </ul>
        </body>
      </html>
    

    The end result looks like this:

    screenshot http://img19.imageshack.us/img19/2194/screenshotdzn.png

    But it only works in Firefox, Chrome, Safari and any browser supporting CSS3. That sadly excludes IE.

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

Sidebar

Related Questions

I would like to use javascript to style an element to look like a
A simple (one might think!) question to all CSS gurus: I would like to
I would like all my LI's to display on the same line, so I
I would like to style a form button (input or button tag) with 2
I have a form that I would like to style. specifcally I would like
I would like to select an element on its style element. For example, my
I would like to add an inline style to the last LI that is
I would like to apply a background-color style conditionally in the itemTpl of a
I would like to know other people's opinion on the following style of writing
Let say I would like to set nested style for development and compressed for

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.