문제

i'm new on compass and i'm discovering compass and susy. actually i got a menu as list and i would to convert it to a select dropdown when it meet the breakpoint for mobile.

Does exist any way to do a responsive menu with these tools ? or do i add another tool ? for another tools, does it be a compass plugin or a js library like selectnav ?

thanks

도움이 되었습니까?

해결책

By using SASS/Compass features (here is tutorials and examples: http://thesassway.com/guides) you can simplify process of writing CSS styles. But if you want to get dropdown menu "from the box", you will not find it there. You have to create it yourself. If you don't want to do it, you can use, for example, Twitter Bottstrap (http://getbootstrap.com/2.3.2/) which have customiziable dropdown menus for you and a lot of other helpful elements.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top