- 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..
/public service announcement

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