Skip to content

Files

Latest commit

Oct 8, 2012
d11ae83 · Oct 8, 2012

History

History
This branch is 5 commits ahead of, 65 commits behind aliceui/aliceui.github.io:master.

solutions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 21, 2012
Dec 27, 2011
Dec 14, 2011
Feb 21, 2012
Oct 8, 2012
Feb 20, 2012
Feb 20, 2012
Feb 21, 2012
Dec 15, 2011
Feb 20, 2012
Jan 7, 2012
Dec 15, 2011
Feb 20, 2012
Feb 21, 2012
Jun 20, 2012
Dec 15, 2011
Feb 20, 2012
Dec 15, 2011
Feb 20, 2012
Feb 21, 2012
Feb 21, 2012
Feb 21, 2012
Feb 20, 2012
Dec 14, 2011
Jan 7, 2012

一、Alice Solutions

欢迎你来开发自己的 solutions,fork 我们,给我们 pull request;或者直接发邮件到 admin@aliceui.com。solutions 可以是:

  • 浏览器 bug 兼容问题的解决方案
  • HTML5/CSS3 的跨浏览器解决方案

二、Solutions 支持

目前 Solutions 支持原生 CSS 和 Less CSS。分为是目录下的:

  • SOLUTION-NAME.css
  • SOLUTION-NAME.less

三、现有 solutions 目录结构

----文件名---------------------|插件快捷键--------|说明-------------------------
.
├── 1px-round-corner        sl-rc            1像素圆角                           
├── cross-browers-copy      [js]             跨浏览器复制
├── cross-domain-iframe                      iframe 跨域问题
├── custom-file             sl-file          自定义 input[type=file] 的样式
├── drop-shadow             sl-shadow        跨浏览器投影
├── equal-height-layout     sl-equalheight   等高布局
├── float-center            sl-floatcenter   自适应宽度居中
├── font-face                                @font-face 用法
├── force-wrap              sl-break         强制换行
├── geolocation             [js]             获取地理位置          
├── ie-z-index-bug                           IE6/7 z-Index Bug 解决
├── ime-disabled            sl-ime-disabled  强制非IME(中文、日本等)输入法
├── linear-gradient                          跨浏览器渐变
├── localStorage            [js]             本地存储方案
├── min-max                                  min/max height/width
├── placeholder             [js]             HTML5 placefolder 实现
├── pngfix                                   PNG 透明解决方法
├── position-fixed          sl-fixed         IE6 的 position:fixed;
├── remove-outline          sl-outline       去除虚线框
├── rotate                  sl-rotate        跨浏览器旋转
├── select-mask             sl-selectmask    IE6 浮层遮盖 select
└── vertical-horizoncal     sl-hvalign       垂直+水平居中

四、开发者

Solutions 的 Less CSS 版本支持作者:元彦