Test case for Access Matters Quiz 5.2.9a

This test hides material using a technique I refer to as "Zoe's off left". Zoe is a colleague who suggested this technique. Similar to off-left, it uses absolute positioning, but combines it with a large negative left margin to move material off to the left. The hidden material follows immediately.

These are hidden words.

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

Here is the CSS:

.zoe-left {
position: absolute;
margin-left: -9000px;
}