Php Flow » CSS

Rounded corner div with CSS

Hi now we are discussing how you will design your div rounded corner with help of CSS,For rounded corner CSS gives “moz-border-radius” (for mozilla) properties which takes radius of corner. The properties may differ according the browser.

  1. .user_listBox{  
  2.     -moz-border-radius: 9px 9px 9px 9px;  
  3.     background-color#FFFFF;  
  4.   float:left;  
  5.     border1 solid black;  
  6.     colorblack;  
  7.     font-size10px;  
  8.     height60px;  
  9.     line-height135%;  
  10.     margin1px;  
  11.     padding0 0 0 1px;  
  12.     positionrelative;  
  13.     width280px;  
  14.   
  15. }  

Did you enjoy this article? Share it!

About the Author:

Hi, This is Parvez Alam from India. I am software developer with 4 years’ experience in web development. I have submitted articles on PHP, Mysql, Magento,CSS, HTML, jQuery, web designing and social API. You can subscribe to my blog via RSS/Twitter/Google plus and Facebook. parvez1487(at)gmail(dot)com

Random Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>