Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题实际上是两个。 第一个是是否可以在单击时保持菜单的状态,即,我不希望在单击子菜单项后关闭菜单的第一级,但仅在再次单击它时才关闭。
第二个是我试图找到改变菜单栏第一级背景颜色的 CSS 类。
谢谢
不知道为什么要更改 CSS 定义,但可以使用以下代码更改背景:
pMenuBar = new dijit.MenuBar({ style: "width: 100%;height: 30px;margin-left:2px;margin-top:0px;color:#f5f7f7;font-size: 13px;background-color: transparent;" });
如果不透明,请提供您自己的颜色....