Skip to content

Instantly share code, notes, and snippets.

View lakshman108's full-sized avatar

Liam lakshman108

  • Melbourne, Australia
View GitHub Profile
@lakshman108
lakshman108 / index.haml
Created March 6, 2013 04:25
A CodePen by Victor Pegado. :focus tooltip - Tooltips folding out on :focus of the input fields. Done with CSS3
.container
.info
%h1 :focus tooltip
.form
%input#input0.form-input{:type => "text", :placeholder => "Select this to fold tooltip"}
.form-tooltip Information only visible on :focus
%input#input1.form-input{:type => "text", :placeholder => "Or this to fold another."}
.form-tooltip Information only visible on :focus