sundryl6i 发表于 2013-2-7 22:59:08

相关CSS样式

<style type="text/css"> .scrollHid{overflow: hidden;}//隐藏滚动条#full{position: absolute;background:#F7F7F7;left: 0;top: 0;display: none; z-index:2;filter:alpha(opacity=100);opacity :1.0}//遮罩层</style>  
 
背景图片拉伸:参考资料:http://www.zhangxinxu.com/css3/css3-background-size.phpbackground-size:cover;宽高都拉伸至100%background-size:100% 90px;宽100%、高90pxIE9以上支持/*IE下拉伸图片*/参考资料:http://www.cnblogs.com/strivers/archive/2010/12/12/1903848.htmlfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main/main_Input_bg.gif', sizingMethod='scale') 
背景background: url(../images/main/main_Input_bg.gif) no-repeat scroll left top;序号 中文说明 标记语法 1 背景颜色 {background-color:数值} 2 背景图片 {background-image: url(URL)|none} 3 背景重复 {background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y} 4 背景固定 {background-attachment:fixed|scroll} 5 背景定位 {background-position:数值|top|bottom|left|right|center} 6 背影样式 {background:背景颜色|背景图象|背景重复|背景附件|背景位置}  
页: [1]
查看完整版本: 相关CSS样式