Can i do a zurb foundation menu like one show in example http://cssdeck.com/labs/soothing-css3-dropdown-animation
我可以像示例中的一个节目一样做一个zurb基础菜单http://cssdeck.com/labs/soothing-css3-dropdown-animation
I am not sure how to create such Menu using zurb foundation.
我不知道如何使用zurb基础创建这样的菜单。
1 个解决方案
#1
1
The site crashes my HTC one x so I couldn't sample what you want however as the name suggests "foundation" is just a base for you to build on so nothing is impossible. Infact just putting that css in your html making sure that it uses none of the same classes or ids would be sufficient.
该网站崩溃了我的HTC一个x所以我无法采样你想要的,但顾名思义“基础”只是你建立的基础,所以没有什么是不可能的。事实上只是将css放在你的html中,确保它不使用任何相同的类或id就足够了。
EDIT
Managed to load it on my mobile to read the code. The first portion of css is just a normalizer so ignore that foundation comes with its own. Everything else should work fine except I would imagine you'll need to prefix the uls and lis with something to distinguish them from other such tags
管理将其加载到我的手机上以阅读代码。 css的第一部分只是一个规范化器,所以忽略了它自己的基础。其他一切都应该可以正常工作,除非我想你需要在uls和lis前加上一些东西来区别于其他这样的标签
Eg:
.dropdown ul{
#1
1
The site crashes my HTC one x so I couldn't sample what you want however as the name suggests "foundation" is just a base for you to build on so nothing is impossible. Infact just putting that css in your html making sure that it uses none of the same classes or ids would be sufficient.
该网站崩溃了我的HTC一个x所以我无法采样你想要的,但顾名思义“基础”只是你建立的基础,所以没有什么是不可能的。事实上只是将css放在你的html中,确保它不使用任何相同的类或id就足够了。
EDIT
Managed to load it on my mobile to read the code. The first portion of css is just a normalizer so ignore that foundation comes with its own. Everything else should work fine except I would imagine you'll need to prefix the uls and lis with something to distinguish them from other such tags
管理将其加载到我的手机上以阅读代码。 css的第一部分只是一个规范化器,所以忽略了它自己的基础。其他一切都应该可以正常工作,除非我想你需要在uls和lis前加上一些东西来区别于其他这样的标签
Eg:
.dropdown ul{