常用CSS

来源:互联网 发布:三星note8网络不好 编辑:程序博客网 时间:2024/06/04 17:51

不换行white-space: nowrap;

文字间隔letter-spacing:2px;

文字高度line-height:28px;

边长border-top:1px solid #ffffff;border:1px solid #ffffff;

文字边距padding-left:padding-top:25px;

背景background-image:url("../../../images/product/FG/ProductReviewMaint_head_bg.gif");color: #999999;background-repeat: no-repeat;background-position: left top;

按钮.sendmail_css{BACKGROUND-COLOR: #ffffff;border-color:#FFcccc;BORDER-BOTTOM: 1px solid;BORDER-LEFT: 1px solid;BORDER-RIGHT: 1px solid;BORDER-TOP: 1px solid;}

滤镜filter:alpha(opacity=opcity,finishopacity=finishopacity,  style=style,startX=startX,startY=startY,finishX=finishX,  finishY=finishY)

#example { color: #333; } /* Moz */ * html #example { color: #666; } /* IE6 */ *+html #example { color: #999; } /* IE7 */

A.mycss:link { COLOR: #000000; TEXT-DECORATION: none}A.mycss:visited { COLOR: #333333; TEXT-DECORATION: none}A.mycss:hover { COLOR: #ff0000; TEXT-DECORATION: none}A.mycss:active { COLOR: #000000; TEXT-DECORATION: none}

<link href="../../../200gz-fushengres/myfiles/css/firefoxcss.css" rel="stylesheet" type="text/css" /><!--[if lte IE 7]><link href="../../../200gz-fushengres/myfiles/css/css.css" rel="stylesheet" type="text/css" /><![endif]-->

 

*{padding:0;margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

body,html{width:100%;height:100%}

.col{float:left;overflow:hidden;}.row{clear:both;}/*兼容*/* html .col{overflow-x:hidden;overflow-y:visible;}*+html .col{overflow-x:hidden;overflow-y:visible;}/*兼容*/

.bg{background-color:#CCCCCC;border:#c00 1px solid;}.bg2{background-color:#dddddd;}

center{}center div{text-align:left;}

.w800{width:800px;}.w400{width:400px;}.w100{width:100px;}

.h100{height:100px;overflow-y:hidden;}

#whitelink a:link{color:#fff;font-size:11px;text-decoration:none;font-weight:normal;}#whitelink a:visited{color:#fff;font-size:11px;text-decoration:none;font-weight:normal;}#whitelink a:hover{color:#fff;font-size:11px;text-decoration:underline;font-weight:normal;}

 

原创粉丝点击