greenrobo
-
How can I create a toggle with icons?
Here is how you can do it http://codepen.io/gitchandu/pen/moBKj
-
IE10 mobile/touch :hover navigation problem
Hey Ixolite, I see your point. As a mobile user, I figured how to overcome this issue. Usually if you touch or tap the :hoverable element, it will be treated as a click. So I touch+drag away from the element, so that it get focused which is a :hove…
-
IE not respecting z-index
Hi Aaron, I've looked into the markup and found that you had too many dom elements with position: relative and position: absolute that will result in unwanted overlapping. You are using z-index to control the overlapping. From my experience, t…