- 论坛徽章:
- 0
|
酒店管理系统
body {
text-align:center;
background-image:url(images/bg3.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
}
#Nav {
width:760px;
border-left:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
margin:0;
padding:0;
}
#bar {
background-image:url(images/main-pic2.jpg);
background-repeat:no-repeat;
width:760px;
height:300px
}
#login {
padding:0;
margin:0;
width:300px;
height:150px;
position:relative;
background-color:#F1F1F1;
}
#login h4 {
}
.btn1 {
width:86px;
height:33px;
border:0;
background:url(images/btn.jpg);
background-position:-102px -4px;
background-repeat:no-repeat;
}
.btn2 {
width:86px;
height:33px;
border:0;
background:url(images/btn.jpg);
background-position:-3px -4px;
background-repeat:no-repeat;
}
function fEvent(sType,oInput){
switch (sType){
case "focus" :
oInput.isfocus = true;
oInput.style.backgroundColor="#FFFFD8";
case "mouseover" :
oInput.style.borderColor = "#99E300";
break;
case "blur" :
oInput.isfocus = false;
oInput.style.backgroundColor="";
case "mouseout" :
if(!oInput.isfocus){
oInput.style.borderColor="#A1BCA3";
}
break;
}
登陆酒店管理系统
用户名:
密 码:
不能实现鼠标事件
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/83937/showart_1404238.html |
|