常用CSS大全(2) background-color: #ffffff; CURSOR: hand; font-style: normal ;}/**//*选择按钮样式*/.selectButtonCss{}{ font-family: "Tahoma", "宋体"; font-size: 9pt; color: #0066cc; border: 1px #93bee2 solid; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/blue_button_bg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ;}
/**//*绿色按钮样式*/.greenButtonCss {}{ font-family: "Tahoma", "宋体"; font-size: 9pt; color: #0066cc; border: 1px #93bee2 solid; BORDER-BOTTOM: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORDER-TOP: #93bee2 1px solid; background-image:url(../Images/greenbuttonbg.gif); background-color: #ffffff; CURSOR: hand; font-style: normal ;}/**//*图像按钮*/.imageButton{}{CURSOR: hand; /**//*改变鼠标形状*/}/**//*页面正文样式*/body {}{ scrollbar-face-color: #EDEDF3; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #93949F; scrollbar-3dlight-color: #EDEDF3; scrollbar-arrow-color: #082468; scrollbar-track-color: #F7F7F9; scrollbar-darkshadow-color: #EDEDF3; font-size: 9pt; color: #003366;