给大家分享一个自定义右键菜单的功能,需要预览效果的可以自行复制运行,以下是代实现:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>自定义鼠标右键菜单</title>
<style>
* {
margin: 0;
padding: 0;
}
#list {
width: 60px;
background: #CCC;
border: 1px solid black;
position: absolute;
display: none;
list-style: none;
border-bottom: none;
}
#list li {
height: 30px;
line-height: 30px;