Page 1 of 1
Fancybox
Posted: Wed Apr 07, 2010 10:52 am
by leo
Hi All,
I have just changed to fancybox (fancybox.net). Everything works fine but there is no shadow under the images.
What's wrong? Any idea?
thanks
Leo
Re: Fancybox
Posted: Wed Apr 07, 2010 12:32 pm
by Brent
No Idea.
But it looks like a nice idea.
I'm going to download it and give it a try.
It may save me having to redo the thick box, which is slow and not standards compliant.
I'll see how I make out and let you know.
Re: Fancybox
Posted: Wed Apr 07, 2010 1:45 pm
by leo
Thank you in advance.
Re: Fancybox
Posted: Thu Apr 08, 2010 5:04 am
by Brent
The problem is in jquery.fancybox-1.3.1.css
You probably have the wrong path to fancybox images.
where ever you see
Code: Select all
background-image: url('fancybox.png');
You need to change this to the correct path.
I moved the jquery.fancybox-1.3.1.css the the css folder.
I then created a sub folder fancybox in the styles/image folder and put all the images in there
Now the jquery.fancybox-1.3.1.css paths look like this:
Code: Select all
background-image: url('../image/fancybox/fancybox.png');
Works as expected now.
Re: Fancybox
Posted: Thu Apr 08, 2010 10:11 am
by leo
Thanks!