⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1.css

📁 javescript网页特效80个例子
💻 CSS
字号:
.menubar{    
position: relative;    
background-color: transparent;    
text-align: center}
.bar{    border-right: blue 1px outset;    
border-top: blue 1px outset;    
float: left;    
border-left: 
blue 1px outset;    
width: 100px;    
cursor: hand;    
text-indent: 5px;    
border-bottom: blue 1px outset;    
position: relative;    
background-color: deepskyblue;    
text-align: center}
.menu{    
border-right: buttonhighlight thin outset;    
border-top: buttonhighlight thin outset;    
visibility: hidden;    
border-left: buttonhighlight thin outset;    
width: 150px;    
line-height: 140%;    
border-bottom: buttonhighlight thin outset;    
position: absolute;    
background-color: deepskyblue}
.menuitem{    
padding-right: 15px;    
padding-left: 10px;    
width: 100%;    
cursor: hand;    
line-height: 20px;    
border-bottom: white 1px solid}
.itemmouseover{    
padding-right: 15px;    
padding-left: 10px;    
width: 100%;    
cursor: hand;    
color: highlighttext;    
line-height: 20px;    
border-bottom: white 1px solid;    
background-color: highlight}
.itemmouseout{    
width: 100%}
.arrow{    
float: right;    
font-family: webdings;    
position: absolute;    
text-align: left}
.barover{    
border-right: blue 1px ridge;    
border-top: blue 1px ridge;    
float: left;    
border-left: blue 1px ridge;    
width: 100px;    
cursor: hand;    
text-indent: 5px;    
border-bottom: blue 1px ridge;    
position: relative;    
background-color: deepskyblue;    
text-align: center}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -