你还是用ImgButton比较好控制

解决方案 »

  1.   

    是不是文本没有在按钮的中间显示?
    试试将button的font中的name属性设为“宋体”
      

  2.   

    .Button
    {
    padding-top: 3px;
    padding-left: ...
    padding-right: ...
    padding-bottom: ...
    }
    使用PADDING来控制文本在控件内的位置
      

  3.   

    .OutCss {
    font-family: "宋体";
    font-size: 9pt;
    color: #0000FF;
    text-decoration: underline overline line-through blink;
    border: 1px dotted #000000;
    clear: left;
    height: 100px;
    width: 100px;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    float: left;
    }