Hey BB, Thanks so much!
What was puzzling me was the way the skin path is formed. For anyone else who is having issues with this, the first parameter in the loadSkin method is the folder name of your skin and the second is the path from the root to your skin folder but NOT including your skin folder. Phew, cheers bud! On Mar 10, 8:50 am, BB <buchholz.bast...@googlemail.com> wrote: > 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 > tohttp://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?