jewlofthelotus / SlickQuiz

A jQuery plugin for creating pretty, dynamic quizzes.
http://jewlofthelotus.github.com/SlickQuiz
MIT License
400 stars 244 forks source link

position left quiz accessibility label #56

Closed jewlofthelotus closed 9 years ago

jewlofthelotus commented 9 years ago

https://wordpress.org/support/topic/unexpected-problem?replies=4#post-6135607

Aybee commented 9 years ago

As far as I know you can use on up to 32768px.

left: -32768px;

And using "top" is not good for screen reader users. If you like to go deaper: http://webaim.org/techniques/css/invisiblecontent/

I recommend to use this solution: https://github.com/h5bp/html5-boilerplate/blob/c3d52666d0d297e50f965af4ad214702a683e02f/src/css/main.css#L122-L135

jewlofthelotus commented 9 years ago

Yeah, I should have used left, I don't know why I used right. Derp.