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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:37:30+00:00 2026-06-08T11:37:30+00:00

On the given page below the border radius for the #topnav doesnt work for

  • 0

On the given page below the border radius for the #topnav doesnt work for mozilla but works for google chrome, i use the following css code:

http://www.kbay.in

#topnav { display:inline-block;float: right; text-align: right; background: #e4f4fe; 
    border:1px solid #e4f4fe;
    border-bottom-color: #e4f4fe;
    border-bottom-width: 4px;
    border-bottom-style: solid; 
    border-radius: 0px 0px 15px 15px; 
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    margin-right: 90px; margin-top: 0px;
    width:265px;}5E9DC8
  • 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-08T11:37:32+00:00Added an answer on June 8, 2026 at 11:37 am

    The new Firefox has now the unprefixed version of border-radius.

    Though the old version was

    -moz-border-radius-bottomleft: 15px;
    

    you now have to take

    border-bottom-left-radius: 15px;
    

    for the new Firefox. That’s why you always have to declare the official version last (so no overriding can happen).

    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    /*last border-radius declaration has to be the standard one*/
    border-radius: 0px 0px 15px 15px;
    

    Nonetheless, it still should work. Perhaps you have some other rule overriding this one? (Example) Also, delete the 5E9DC8 behind your ruleblock.

    Btw, you are on the safe side if you just choose the shorthand notation because it has no notation-differences.

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

Sidebar

Related Questions

I have the HTML structure for my page as given below. I have added
I was given the code below to disable a button on an ASP.Net page
Given this method to work on a HTML page in a webbrowser: bool semaphoreForDocCompletedEvent;
i am trying to passing id index page to another page as given below
I have dynamic number of checkboxes in jsp page as given below. <s:iterator value=details
I have one static page displaying result of an event as given below. <StackPanel
Given the following HTML page a horizontal line appears at the top of the
I have simple html page with php as given below: <!DOCTYPE html PUBLIC -//W3C//DTD
Consider the snippet of HTML for a web page given below-- <div id=divText>Text 1
In given below link when we refresh our page it briefly shows the expanded

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.