Just what the world needed: another accessibility feature on this site.

Posted
September 29 2003

I added id="acjbizar" to the html element on the main pages of this website. This way, visitors may choose to specify the style for some or all elements that can be found on this site, by adding #acjbizar to their user Style Sheet.

Examples
Adding #acjbizar p { font-size: 2em } to a user Style Sheet will cause a visual browser to render the font size of texts within paragraphs twice as big for this site.
Adding #acjbizar img:after { content: attr(alt); display: block; font-variant: small-caps } to a user Style Sheet will render the alternate text of images in small capitals.

Note: These examples only work for browser that support those specific features.


ACJ