2006-09-11

Test CSS3 Native Round Corner and Shadow

Picture:

-moz-border-radius is rendered fine under Firefox 1.5.0.6.
<div style="font-size:16px;
          color:#ffffff;
          background:#9999ff;
          border:1em solid #7777ff;
          padding: 10px;
          -moz-border-radius:2em;
          -webkit-border-radius:2em;
          box-shadow:1em 1em #ffffff;
          -moz-box-shadow:1em 1em #ffffff;">
<br>
</div>

No comments: