Jump to content

Year

Day

24 ways to impress your friends

Vote down?

  • Kriss http://naivist.net

    I’d suggest using “semantic css” to hide the information irrelevant to visual browsers, but leave it accessible to aural browsers:

    @media screen {
    .tag-cloud SPAN {display:none;}
    }