Test case for Access Matters Quiz 5.2.9

This test hides material using a technique I refer to as "hidden off left". The hidden material follows immediately.

These are hidden words.

Respond to the original question in the Access Matters blog. Please tell us:

This technique comes from our Quiz: 2.4.1 but uses pixels instead of ems to avoid scrollbar problems in some browsers. Here is the CSS:

.offleft {
position: absolute;
left: -9000px;
width: 0;
overflow: hidden;
}