treehouse : what would you like to learn today?
Web Design Web Development iOS Development

greenrobo

  • How can I create a toggle with icons?

    Here is how you can do it http://codepen.io/gitchandu/pen/moBKj
    Comment by greenrobo January 24 permalink
  • 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…
    Comment by greenrobo January 23 permalink
  • 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…
    Comment by greenrobo January 23 permalink