---
title: "Circle CSS is not working on mozilla?"  
description: "Circle CSS is not working on mozilla?"  
author: "Anonymous User"  
published: 2013-05-20  
updated: 2013-05-20  
canonical: https://www.mindstick.com/forum/918/circle-css-is-not-working-on-mozilla  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# Circle CSS is not working on mozilla?

Hi [Developers](https://www.mindstick.com/articles/12875/blunders-you-must-avoid-while-hiring-java-developers-to-get-the-best-fulfilling-your-needs),\
I have to design a [circle](https://www.mindstick.com/articles/12253/30-stunning-homepage-layouts-from-circle-creative-shop-multipurpose-wordpress-theme) in my [web page](https://www.mindstick.com/forum/718/sql-server-report-alignment-to-center-of-web-page) using css.I have written the following code in my [application](https://www.mindstick.com/articles/12824/calculator-application-in-android)\
#circle{ width:100px; height:100px; [background](https://www.mindstick.com/articles/65/how-to-change-background-color-of-tab-control-in-c-sharp)-color:Aqua; border-radius:50px;}\
this code is running good in [Internet](https://www.mindstick.com/articles/44650/what-should-you-do-during-an-internet-outage) [explorer](https://www.mindstick.com/forum/34658/want-to-developed-windows-explorer-without-using-telerik), opera and [google](https://www.mindstick.com/articles/43833/google-lighthouse-and-how-is-it-changing-the-way-we-development-and-design-websites) chrome but not working in [mozilla firefox](https://www.mindstick.com/blog/114552/how-to-fix-mozilla-firefox-error-code-2324)\
Your help will be appreciated.

## Replies

### Reply by Sumit Kesarwani

Hi Samuel,\
Yon can use the following code \
#circle{ width:100px; height:100px; background-color:Aqua; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px;}\
I hope this code will solve your problem


---

Original Source: https://www.mindstick.com/forum/918/circle-css-is-not-working-on-mozilla

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
