Posted By

JimSangwine on 05/05/11


Tagged


Versions (?)

Quality Abbreviations


 / Published in: CSS
 

  1. /* Slightly lighter color (assuming your text is black), dotted bottom border, and a question-mark cursor. This has become a somewhat standardized approach, which is always a good thing in design usability. */
  2.  
  3. abbr {
  4. border-bottom: 1px dotted #222;
  5. color: #222;
  6. cursor: help;
  7. }

Report this snippet  

You need to login to post a comment.