A friend asked me how to make a tooltip without javascript.
See the Pen tooltip test by Felipe Nunes (@willpower) on CodePen.0
A friend asked me how to make a tooltip without javascript.
See the Pen tooltip test by Felipe Nunes (@willpower) on CodePen.0
Not long ago, I was asked to redo an manager area of [B] Seller‘s admin, responsive, and ignoring the IEs. So I decide to make the modal with ‘:target’ selector, without javascript. Continue reading
I saw on a brazilian site how to make a ‘mobile menu’ without plugins.. besides the HTML code was wrong (menu tag to navigation), the same used jquery. The other thing is the method of animation, does not forcing hardware.
So, I take the challenge to make the same menu without javascript. Only with CSS. 🙂
Obviously, don’t work on ancient IE 😛 but you can always make a javascript to make the selector “:target” work in IE 😡 Continue reading