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

文本域宽度高度从适的样式

2012-08-30 
文本域宽度高度自适的样式/*自定义表单样式*/.xy_ghd_box_x {BORDER: #BDFDFD 0px solid background-colo

文本域宽度高度自适的样式
/*自定义表单样式*/
.xy_ghd_box_x {BORDER: #BDFDFD 0px solid; background-color:#BDFDFD;overflow-x:visible;padding-right:0px;padding-left:0px;}
.xy_ghd_box_y {BORDER: #BDFDFD 0px solid; background-color:#BDFDFD;height:expression(this.scrollHeight);overflow-y:hidden;padding-right:0px;padding-left:0px;}
.underline_input_x {border-bottom-width: 1px;border-top-style: none;border-right-style: none;border-bottom-style: solid;border-left-style: none;border-bottom-color: #000000;font-style:italic;font-size:12pt;text-align:center;overflow-x:visible;padding-right:10px;padding-left:10px;}
.underline_input_y {border-bottom-width: 1px;border-top-style: none;border-right-style: none;border-bottom-style: solid;border-left-style: none;border-bottom-color: #000000;font-style:italic;font-size:12pt;text-align:center;height:expression(this.scrollHeight);overflow-y:hidden;padding-right:10px;padding-left:10px;}

热点排行