web accessiblity
CL, CSS Navigation and How to Waste an Afternoon
Thursday, May 31st, 2007Finished my workload by 10am so I have been putting around net killing time. This of course means I have been obsessively reading Craigslist. Here are some of my favorite findings for the day:
An open letter to the Anaheimer who posted on Ottawa R&R
I spilled grandma on you around spadian station
To my Ex-GF’s [...]
Posted in cl rnr, css, web accessiblity, work | No Comments
skip to content
Sunday, April 29th, 2007Amy 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