문제

For example, here is my Magento site:

http://nyctodesign.com/gulfsales/

What I want is for the 'Categories' and 'Brands' items to remain expanded (I don't want them to expand by scrolling over them with the mouse, I want them to always remain expanded). If possible, I'd also like the items inside the expanded categories to require mouseover for expansion.

So Categories and Brands are expanded permanently, while Categories->Power Tools still requires a mouseover. How do I do this?

도움이 되었습니까?

해결책

Add this CSS in /gulfsales/skin/frontend/default/theme300/css/styles.css:

.level0.active .level0, .level1.active .level1, .level2.active .level2 {
    display: block !important;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top