Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>鼠标移入移出效果</title>
<style>
body,ul,h2,p{ margin:0; padding:0; font-family:"微软雅黑"; background:#333;}
li{list-style:none;}
a{text-decoration:none;}
#box{width:270px;padding:10px 10px 20px;overflow:hidden;margin:20px auto 0; border:1px solid #FFF;}
.internal{width:266px;float:left;}
#box h2{height:38px;border-bottom:1px solid #ccc;padding-left:5px;}
#box h2 strong{float:left; line-height:38px;color:#885050;}
#box h2 a{float:right;width:52px;height:14px;font-size:12px;text-indent:20px;color:#fff;line-height:12px;font-weight:normal;margin-top:10px;}
#box li{height:30px;position:relative;border-bottom:1px dashed #ccc;}
CSS代码...
JS代码...
xxxxxxxxxx