回答:toscho:有三种实现方式:伪元素(pseudo-elements)、伪类( pseudo-classes)和Notihing。WebKit和Blink(Safari,Google Chrome, Opera15+)使用伪元素 Mozilla Firefox 4-18使用伪类 Mozilla Read More
posted @ 2016-06-06 16:46 胖兜兜儿 Views(4695) Comments(0) Diggs(0)
移动端业务开发,iOS 下经常会有 fixed 元素和输入框(input 元素)同时存在的情况。 但是 fixed 元素在有软键盘唤起的情况下,会出现许多莫名其妙的问题。 这篇文章里就提供一个简单的有输入框情况下的 fixed 布局方案。 iOS下的 Fixed + Input BUG现象 让我们先 Read More
posted @ 2016-06-06 16:23 胖兜兜儿 Views(1951) Comments(1) Diggs(0)