<div id='smallbox' style="z-index:55555;width:200px;height:100px;left:800;top:400;position:absolute;cursor:default;float:right; right:0px;">
    <div id='smalltitle' style='width:25px;height:100px;background-color:#FF5151;display:inline;float:left;text-align:center;cursor:pointer;' onclick='showdiv()'>
      <span id="clickme">点击隐藏我</span>
    </div>
    <div id='smallcontent' style="width:175px;height:100px;display:inline;float:right;background-color:#FFD2D2;" >
      <span style="font:italic 12px arial;">你可以点击下面的按钮弹出消息框.......</span>
      <hr>
      <span><input type='button' value="弹出或隐藏" onclick="ShowHide()"/></span>
     
    </div></div>小弟初学,上面是我做的一个悬浮框,我想把框的左侧的角变成圆角,自己弄了半天还是不行,请高手们帮帮忙,小弟谢了!!!