?? 1.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 + -