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.
我会使用两个使用 Sidr ( http://www.berriart.com/sidr/ ) 的状态菜单。默认情况下,它以 260px 的类宽度打开,但希望与另一个具有更大开口的 div 一起使用。如何在一个文件中使用两个菜单?
我尝试了 sidr-right,当我需要 210px 宽时,我只是重新设置这 2 个元素的样式:
.sidr.right { right: -210px; } .sidr { width: 210px; }