with..
window.onload = function() { document.onkeyup = function(event) { var e = (!event) ? window.event : event; switch(e.keyCode) { case 37: window.location.href = document.getElementById('prev').href; break; case 39: window.location.href = document.getElementById('next').href; break; }}; };
Not work in 1.7.3...
Please help, thank you!
In Chrome, during transition between most (but not all) of the photos, the screen flushes white after installing this add-on. You can check it here: http://arpat.net/randfx
Wonderful plugin, I found it very useful for photoblog kind of website - easy to navigate, instead of mouse click. It's perfectly work in my photoblog, see it in action at http://syazwanazman.co.cc/
Thanks for this addon.
Got it to work perfectly with "Simplicious" after adding the "Simple" (Image NEXT/PREVIOUS) tags to within the /body. Finaly I have key navigation. Thank you for your work! Mike.