本文介绍了如何创建Outlook左侧菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请帮助我。我无法理解如何创建它
plz help me. i can not understand how to create it
推荐答案
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="Scripts/jquery-2.1.1.min.js"></script>
<style>
.BarMenu {
padding: 7px 10px 6px 10px;
background-color: green;
opacity: .4;
margin-bottom: 2px;
width: 100%;
}
.BarMenu:hover {
opacity: 1;
}
.BarMenuDetails {
padding: 7px 10px 6px 10px;
width: 100%;
background-color: #f6f6f6;
height: 200px;
overflow: auto;
overflow-y: hidden;
display: none;
}
</style>
<script>
这篇关于如何创建Outlook左侧菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!