
Originally Posted by
canihave
Hi
I used this code
It got lightbox working for me but my site shifted to the left side and had an error at the top saying
Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).slimbox({]}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; window.addEvent("domready", Slimbox.scanPage); //-->
I have uninstalled the sql for now but would really like lightbox to work.
Thanks