IE9 and Lightbox2

Messages
30,364
Name
Neil
Edit My Images
No
now IE9 is in full circulation a bit of a heads up for anyone using the Lightbox script on their site...

it no worky on IE9.. lol

you need 2 extra script calls in the HEAD tags with your other lightroom SCRIPT tags..

Code:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1/scriptaculous.js'></script>

/public service announcement

:)
 
Thanks for taking the time in letting us all know Neil, it is much appreciated :thumbs:
 
Superb

MS again release a browser that isnt backwardly compatible & screws up ordainary things. Furthermore, a browser that apparently is not compatible with a popular script that is used on millions of sites. Net result, a lot of people have to faff about and fix things

1. figure out why something doesnt work (again)
2. put a soloution in place (again)

I was really hoping that the new wave of browsers would be convergent, but alas (as I see it), they are still divergent (especially Chrome and IE), and between them creating just as many issues as they resolve
 
Last edited:
Back
Top