
1 Livid MOD PRO 这个地方是我漏了,马上加上。 谢谢。 |
3 tension OP 搜索 css 里所有的 -moz-border-radius 我发现好多都没... |
4 Sivan 2012-04-26 23:45:29 +08:00 我觉得 border-radius 不用加前缀了,基本都支持原生了。 |
5 dreamer 2012-04-27 00:08:44 +08:00 推荐一下 less: http://lesscss.org 用这个把常用的 hack 封装成函数会减少很多工作量。 |
7 lepture 2012-04-27 00:12:58 +08:00 border-radius 我早就不加前缀了。 |
8 turing 2012-04-27 00:45:21 +08:00 我是来水楼的,好多熟人XD |
9 chuck911 2012-04-27 00:57:41 +08:00 |
10 Livid MOD PRO Camino 的 stable 版本目前还不支持 border-radius。 |
12 dreamer 2012-04-27 09:38:45 +08:00 @Livid :) 另外再推荐一个小工具:SimpLESS http://wearekiss.com/simpless ,它可以很方便地帮你把 .less 编译成 .css ,而且是压缩过的。 Twitter Bootstrap 就是用 LESS 写的: http://twitter.github.com/bootstrap/less.html ,它源码里面的 mixins 有很多值得参考的地方: https://github.com/twitter/bootstrap/blob/b261f9781bbf31f499cb55c49451dc0c0ad43062/less/mixins.less |
13 yyfearth 2012-04-27 09:42:09 +08:00 @Livid Stylus + nib 也是个不错的选择 http://learnboost.github.com/stylus/ nib是一些常用mixins, 比如 gradients overflow |
14 NemoAlex 2012-04-27 10:05:49 +08:00 |
15 tension OP 各位推荐的都是好东西啊,又学习了! |
19 tension OP |