Pathway
Home
Developer Links
Website Development
XHTML/CSS
Code & Snippets
Developer Links
Code & Snippets
Listings
Finally! A text replacement method that works in all situations. It's not pretty, but it works! The idea is actually fairly simple... use content property for modern browsers and expression for IE, plus implement ...
This is the other image replacement method that is completely accessible. This one uses an image for print, then writes over that image for the screen presentation. I highly recommend learning this technique. ...
How to give an element a height of 100%.
Avoid using tables for layout, but make sure to use them, and use them properly, for tabular data. This article explains how to make HTML data tables accessible.
Resurrect the long-dead image-map technique by using CSS and structurally sound markup.
CSS which will produce drop shadows in as large a percentage of peoples’ web browsers as possible, leaving the browsers which are incapable of showing text shadows with unstyled text.
A great page full of CSS experiments in many different areas.
This guide shows you how to apply visual filters to text with CSS.
Improved alpha transparent PNG image support for IE. Now supports printing PNG files and eliminated some random errors.
Create CSS-styled navigation blocks based on unordered list items.