Page 1 of 1
Modal popup Box shown in left corner
Posted: 29 Jun 2009, 16:46
by lieske
Greetings,
Some problem just came in on my fairly new website, wich is still in progress.
I'm using the modal popup box for showing the pictures. Everything seemed fine on my computers, friends, colleges etc.
But one person just mailed me that the box shows in the left corner of her screen so u can only see a little bit of the picture. She is using IE 8. Weird as it shows all good on my pc's with IE8.
I have no idea where to look for the answer.
Here is how it's shown on the person who mailed me.

Re: Modal popup Box shown in left corner
Posted: 30 Jun 2009, 08:57
by caro84g
Hi,
that's weird for sure. On my ie8 it shows correct centered. Could you ask the person with the problem to clear the browser cache and test again?
Regards, Carolien
Re: Modal popup Box shown in left corner
Posted: 30 Jun 2009, 13:38
by lieske
Good idea, though it did not help.
I also asked her to update java, as i noticed some code uses java.
But none of those worked.
I "think" the file "modal.css", found in \media\system\css is responsible for the right position of the popup frame. Is there anything, small or big that i can change to try if that works or not?
Code: Select all
#sbox-window
{
position: relative;
background-color: #000;
text-align: left;
overflow: visible;
padding: 10px;
-moz-border-radius: 3px;
}
* html #sbox-window
{
top: 50% !important;
left: 50% !important;
}
Thanks for vieuwing into this. Rly appreciated!
Re: Modal popup Box shown in left corner
Posted: 30 Jun 2009, 21:29
by Jan
Hi, try to search this forum (or joomla.org forum), somewhere there is some guide how to modify it so it will be centered in IE6, maybe this will help.
Jan
Re: Modal popup Box shown in left corner
Posted: 01 Jul 2009, 15:56
by lieske
Thanks Jan for you're tribute to the problem too. I searched the forum, but the code that that was listed is already inplanted in the latest version of Phoca Gallery.
The one who mailed me came up with the
solution herself.
For the people who got the same problem and looking for the answer:
Open Internet Explorer (8)
Extra - Internet options
Tab "Advanced"
under security enable "Notive XMLHTTP"
Stupid hu, but
The problem is solved!
A big thanks to the makers of this greath component and for the good support.
Re: Modal popup Box shown in left corner
Posted: 02 Jul 2009, 19:27
by Jan
Ok