Topic: iPhone has blank gallery

Hi,

I have this gallery which works fine on my Mac, but on my iPhone is it blank.

http://www.reedcricketclub.co.uk/mini_s … index.html

I only downloaded Juice yesterday so assume the version is up to date.

Any help would be most welcome.

Best wishes

Michael

Re: iPhone has blank gallery

Your gallery displays OK on my iPod Touch so should also display OK on your iPhone.
Try clearing your browser's cache before reloading your gallery.

Re: iPhone has blank gallery

Hi Steven,

Thanks for the reply. I cleared all data for Safari on the phone. Still blank. It is blank in IE as well? I have looked at it again and it works fine if I actually got to the gallery page. It looks like it has something to do with the iFrame the gallery is in.

Still a bit odd as it works fine in Safari. Doesn't work in IE or Firefox.

Cheers

Michael

Re: iPhone has blank gallery

It may have something to do with your page's Doctype Declaration.
Your web page uses XHTML 1.0 Strict which does not allow the use of the <iframe> tag.
Try changing your web page's Doctype to XHTML 1.0 Transitional instead. This may make a difference.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Also, I notice when viewing your page in Firefox that your #content <div> (one of the parent containers of your <iframe>) has a very small height. Check that all parent containers of your <iframe> have a height set via CSS and that the height is appropriate.