Flexible alternatives to PHP includes found here! Excellent!
http://blog.everymanhosting.com/php-coding/warning-include-functioninclude-url-file-access-is-disabled-in-the-server-configuration/
Sunday, July 05, 2009
Friday, April 10, 2009
Monday, February 09, 2009
Lightbox 2 Problem - Progress Indicator on left instead of centred
I've been scratching my head over this for a while but have finally found an answer.
If you are using Lightbox 2 (see huddletogether.com) you might see the progress indicator or 'loading icon' off to the left instead of centred. This is confusing and looks a bit sloppy.
It turns out that if you have used
Described in less detail on the
forum
If you are using Lightbox 2 (see huddletogether.com) you might see the progress indicator or 'loading icon' off to the left instead of centred. This is confusing and looks a bit sloppy.
It turns out that if you have used
Display:blockfor images in your main CSS this will cause a problem for the Lightbox. Simply edit the jquery.lightbox-0.5.css file adding
Display:inline;to the
#jquery-lightbox a img { }statement and that should fix it for you.
Described in less detail on the
forum
Subscribe to:
Posts (Atom)