Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: usability

CSS for Accessibility

December 14, 2009

CSS is magical stuff. In the right hands, it can transform the plainest of (well-structured) documents into a visual feast. But it’s not all fur coat and nae knickers (as my granny used to say). Here are some simple ways you can use CSS to improve the usability and accessibility of your site…

csshead comment 0 Comments

How to Create Nice Scalable CSS Based Breadcrumbs |

September 28, 2009

Breadcrumbs are a useful way of ensuring that your visitors know exactly where they are. In this tutorial you will learn how to create scalable CSS Based Breadcrumbs using only one simple graphic. The rest is basic CSS styling with an unordered list as HTML code…

csshead comment 0 Comments

Accessible Header Images With CSS And XHTML

March 11, 2009

Before CSS, images were always put into Web pages with image tags. We gave them alternate alt text so they still made sense when images were turned off – it was the only way. Today, we have Cascading Style Sheets. Using CSS to add images to Web pages has been called a "vital cornerstone of […]

csshead comment 0 Comments