這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
webdesign:css [2010/10/16 21:43] wenpei |
webdesign:css [2013/09/14 10:13] (目前版本) wenpei |
||
|---|---|---|---|
| 行 7: | 行 7: | ||
| http://blog.roodo.com/waking_life/archives/4224265.html | http://blog.roodo.com/waking_life/archives/4224265.html | ||
| + | |||
| + | ====== Animation & Transforms ====== | ||
| + | * [[http://tympanus.net/Tutorials/CreativeCSS3AnimationMenus/index.html|Creative CSS3 Animation Menu]] | ||
| + | * http://css3.bradshawenterprises.com/transforms/ | ||
| + | * [[http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/|A Collection of Page Transitions ]] - [[http://tympanus.net/Development/PageTransitions/|Demo]] - [[https://github.com/codrops/PageTransitions|GitHub]] | ||
| + | * [[http://tympanus.net/Development/SidebarTransitions/|Sidebar Transitions]] - Transition effects for off-canvas views | ||
| + | |||
| + | ====== Icon ====== | ||
| + | * [[http://nicolasgallagher.com/pure-css-gui-icons/demo/|Pure CSS GUI icons]] | ||
| ====== do template ====== | ====== do template ====== | ||
| 行 244: | 行 253: | ||
| background:url(/res/images/up/tab1.gif) no-repeat 1px 0px; /* Style for IE */} | background:url(/res/images/up/tab1.gif) no-repeat 1px 0px; /* Style for IE */} | ||
| 值得注意的是,一定要將xxxx !important 這句放置在另一句之上,上面已經提過 | 值得注意的是,一定要將xxxx !important 這句放置在另一句之上,上面已經提過 | ||
| + | |||
| + | ====== Other ====== | ||
| + | [[http://tjrus.com/iphone|iPhone in pure CSS3]] | ||