we love web standards, css, html, actionscript, php, javascript, accesibility and usability

Archive for April, 2007

skip to content

Sunday, April 29th, 2007

Amy asked for my assistance in creating a compliant “skip to content” bar for a project we are currently working on. So I decided to make it a bit more styled and pretty. eventually I may even make the skip to content fade in.
Here it goes:
the css
a#skipAhead {
display: inline; position:absolute; top:0; left:0;
width:10%; z-index:1000;
filter:alpha(opacity=0); -moz-opacity:0.0; opacity:0.0;
}
/* [...]

Posted in css, web accessiblity | No Comments