Hi Jon, you have to load the skin of the shadowbox wich seems not to be included automatically if you build your shadowbox... So go to http://www.mjijackson.com/shadowbox/doc/download.html "Download Code" and go to "shadowbox-2.0-code/src/skin" and copy the "classic" folder to your server. Then modify your Acanthus.js to something like this:
Shadowbox.loadSkin('classic', 'path/to/skin/folder'); $(document).ready(function(){ Shadowbox.init(); }); hope this helps! On 10 Mrz., 00:25, Jon <cakeordeat...@gmail.com> wrote: > Can anyone tell me why this isn't > working:http://acanthus.sunshine-design.co.uk/projects.htm > > It's telling me that there's no skin loaded but the shadowboc css is > included here:http://acanthus.sunshine-design.co.uk/Css/shadowbox.css > > Do i need to tell it where the skin is somehow? Or is this a bug?