自定义一个浏览器右键菜单,单击右键显示

CSS

#menu{
            width: 200px;
            line-height: 30px;
            text-align: center;
            background: #ccc;
            position: absolute;
            left: 0;
            top: 0;
        }

HTML

 

JS


你可能感兴趣的:(JS)