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