2012年5月17日 星期四

Rounded Corners using CSS

style:

bubbleDesc {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        background-color: #F0EAE7;
        
      }

html body:

<bubbleDesc> blah blah blah </bubbleDesc>

Rounded corner rectangle generator: http://www.generateit.net/rounded-corner/index.htm?r=60&fg=999999&f=png&w=300&bg=FF0000&h=200&bc=000000&aa=1&bw=20&submit=Generate+It

沒有留言:

張貼留言