首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

button位置统制

2012-10-09 
button位置控制.Button?{?padding-top: ? 3px?padding-left: ? ...?padding-right: ? ...?padding-bottom

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

热点排行