Do you really understand them? The sprite is actually one big image. Have you ever seen the CSS technique where the “on” and “off” states of a button are contained within the same image and are activated by shifting the background-position? Think of CSS Sprites as an extension of that technique. The difference is that instead of just two or three images being combined into one, you can combine an unlimited number of images into one...
Fahrner Image Replacement
December 10th, 2008
Fahrner Image Replacement (abbreviated FIR) is a Web design technique that uses Cascading Style Sheets to replace text on a Web page with an image containing that text. It is intended to keep the page accessible to users of screen readers, text-only web browsers, or other browsers where support for images or style sheets is either disabled or nonexistent, while allowing the image to differ between styles. FIR is named for Todd Fahrner, one of the persons originally credited with the idea of image replacement...
Ways of Image Replacement
December 2nd, 2008
Here we want to review some ways of replacement of text with pictures.
What for?Often we would desire the headings to be beautiful and we would not want to be limited by a few user fonts (those which everyone has). This is where we can replace this text (to leave it in a code for search crawlers and others user agents) by pictures or flash. So firstly lets replace the following code with a picture...
Lesson: Menu Separators
December 1st, 2008
Lesson: Email Templates Coding
December 1st, 2008
An Email template is usually sent as a single-part or a multi-part. There are several MIME types associated with the various parts, the most common being text/plain, text/enriched and text/html. The only MIME type on topic for this WIKI is the HTML. This document addresses CSS that works safely in the majority of cases...
BRAINFART
Loading ...