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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:41:13+00:00 2026-06-14T03:41:13+00:00

I am trying to create a single round (bottom right) corner on my navigation

  • 0

I am trying to create a single round (bottom right) corner on my navigation menu.
I have a ul id labeled “main-nav” and I created a li class labeled “round“.
I added this li class to the Music link to get the round corners, but nothing happened.

Here is a fiddle//
http://jsfiddle.net/2qRLU/3/

  • 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-06-14T03:41:15+00:00Added an answer on June 14, 2026 at 3:41 am

    You wrote .round li This will try to target list items nested inside elements with the “round” class.

    You need to write li.round This targets list items that have the class “round” on them.

    Note that spaces are important, it would be wrong to write li .round as this would target children of list items that have the “round” class.

    http://jsfiddle.net/2qRLU/4/


    If you wanted to style corners individually you can use the more specific versions:

    border-top-left-radius:5px;
    border-top-right-radius:10px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:20px;
    

    I’ve styled them all here to show the different types, but in practice you probably just want to style one corner, so here’s a version of your fiddle with only the bottom-right corner curved: http://jsfiddle.net/2qRLU/6/


    Also, as a side note, unless you need to support older versions of the browsers, it is safe enough to just write border-radius without all the vendor prefixes. Browsers haven’t needed vendor prefixes for border-radius for a while now.

    You can test it without prefixes on your browsers here: http://jsfiddle.net/2qRLU/5/

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

Sidebar

Related Questions

I am trying to create a single sign on process. The method I have
I'm trying to create a search where a single record must have multiple records
I'm trying to create a single class which will deal with storing and retrieving
I am trying to create a single page webapp. There are two divs, right
I am trying to create a simple GUI. I have a menu bar that
I am trying to create a single query for getting information from the main
I am trying to create a table with a single column using the following
I am trying to create buttons that play single sound files and one button
I am trying to create a Single Table Inheritance. However, the Controller must be
I'm trying to create a single query which, similar to stack overflow, will give

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.