Adam Trickett

Website designer & developer

Posts Tagged ‘css’

Aside #344

0

I’ve been using this little snippet for this sites print styles. It grabs (via CSS!!!) the alt attribute and crams it in there as HTML.

img.as-text { content: attr(alt); }

I might expand upon this later. Kudos to @jakegonzales for spotting that one.