当前位置: 代码迷 >> Web前端 >> button位置统制
  详细解决方案

button位置统制

热度:232   发布时间:2012-10-09 10:21:45.0
button位置控制

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

?

.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;?
}

  相关解决方案