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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:15:03+00:00 2026-06-04T09:15:03+00:00

I have a conflicts in css3 border radius between browsers. #menu ul li:first-child {

  • 0

I have a conflicts in css3 border radius between browsers.

#menu ul li:first-child {
    border-radius: 0px 8px 8px 0px;
}

#menu ul li:last-child {
    border-radius: 8px 0px 0px 8px;
}

<ul>
    <li><a href="#">الرئيسية</a></li>
    <li><a href="#">صفحتي</a></li>            
    <li><a href="#">كتبي</a></li>
    <li><a href="#">أصدقائي</a></li>            
    <li><a href="#">خروج</a></li>
</ul>

firefox

FireFox and Chrome

ie problem

IE Problem

  • 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-04T09:15:05+00:00Added an answer on June 4, 2026 at 9:15 am

    I’m suspecting it’s because of the rtl direction.

    Solution: add a class to your HTML for IE using conditionals – example:

    <!--[if IE]><div dir="rtl" class="ie"><![endif]-->
    <!--[if !IE]><!--><div dir="rtl"><!--<![endif]-->
    <div id="menu">
        <ul>
            <li><a href="#">الرئيسية</a></li><li><a href="#">صفحتي</a></li><li><a href="#">كتبي</a></li><li><a href="#">أصدقائي</a></li><li><a href="#">خروج</a></li>
        </ul>
    </div>
    </div>
    

    I’ve added the class to a containing div, but you can add it directly to the <html> tag (see http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ )

    And then you’ll have something like this in your CSS:

    #menu li:first-child {
        border-radius: 0 8px 8px 0;
    }
    #menu li:last-child {
        border-radius: 8px 0 0 8px;
    }
    .ie #menu li:first-child {
        border-radius: 8px 0 0 8px;
    }
    .ie #menu li:last-child {
        border-radius: 0 8px 8px 0;
    }
    

    Full demo here http://dabblet.com/gist/2774749 – I’ve tested it and works the same in Chrome, Firefox, Opera and IE9.

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

Sidebar

Related Questions

I have several Jquery libraries and I keep getting conflicts between one or the
When I have several conflicts, is there a way to resolve them all by
How does gitmergetool works. I have conflicts while doing git merge and now I
Currently for merges without conflicts gitk shows no diffs. Is it possible to have
I pulled changes, and merged conflicts by accident. The result: I have a bunch
I have 10 files which have conflicts when merging branches. I've resolved all conflicts
I have a lot of conflicts in a working copy that has been merged
I have found that when using Subclipse to edit conflicts, all my syntax color
I'm merging in a remote branch that may have a lot of conflicts. How
I have a code base that is driving me nuts with conflicts due 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.