Problems with different IE:s?
-
- Phoca Newbie
- Posts: 2
- Joined: 13 Nov 2007, 14:50
- Location: Sweden
- Contact:
Hi, is there a known
Hi, is there a known problem with the "popup" as I enlarge the picture? I've tested my Phoca Gallery with different computers (only IE) and sometimes the enlarged picture ends up in the lower left part of the page. Also only a little part of the picture is shown.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi,which
Hi,
which Popup do you mean: Modal box(box on the page) or Javascript Popup Window (new window)?
Which version of IE: IE6 , IE7?
------------------------------------------------------------------------------
There is a known issue with IE6 - Modal box. This is a bug in IE6 - Joomla!1.5 Framework - Modal box. You can use Standard Popup Window instead of Modal Box if you want to support browsers like IE6 or you can hack Joomla! Modal Box framework
Just add in:
joomla/media/system/modal.css
left: 50%;top:50%;
in #sbox-window class, if you want, that the box will be displayed center and middle in IE6
#sbox-window
{
left: 50%;
top:50%;
position: absolute;
background-color: #000;
text-align: left;
overflow: visible;
padding: 10px;
-moz-border-radius: 3px;
}
which Popup do you mean: Modal box(box on the page) or Javascript Popup Window (new window)?
Which version of IE: IE6 , IE7?
------------------------------------------------------------------------------
There is a known issue with IE6 - Modal box. This is a bug in IE6 - Joomla!1.5 Framework - Modal box. You can use Standard Popup Window instead of Modal Box if you want to support browsers like IE6 or you can hack Joomla! Modal Box framework
Just add in:
joomla/media/system/modal.css
left: 50%;top:50%;
in #sbox-window class, if you want, that the box will be displayed center and middle in IE6
#sbox-window
{
left: 50%;
top:50%;
position: absolute;
background-color: #000;
text-align: left;
overflow: visible;
padding: 10px;
-moz-border-radius: 3px;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 13 Nov 2007, 14:50
- Location: Sweden
- Contact:
OK, I'll try. I
OK, I'll try. I (think) I meen the Modal box and it sounds as you hit the spot when u decribe the problem.
Ty, for a quick answer
Ty, for a quick answer
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Great, I hope, it wi
Great, I hope, it will help you
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 14 Nov 2007, 12:53
Hi, i try'd thi
Hi, i try'd this methode but it does not work for me.
My details screen in the backend and my image upload screen in phoca gallery are half on the screen.
You mensiond that you can use a standard popup box but i cannot find were i can set that.
i cannot find Component prefrences in joomla 1.5 can you explain this further.
thanks.
Patrick
My details screen in the backend and my image upload screen in phoca gallery are half on the screen.
You mensiond that you can use a standard popup box but i cannot find were i can set that.
i cannot find Component prefrences in joomla 1.5 can you explain this further.
thanks.
Patrick
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
pvdw007
pvdw007
Hi, sorry, I forgot to say, it works only in frontend.
In Backend (Joomla! Administrator), there is no possibility to use Standard Popup Window. In Administration area, there is Modal box used (in whole Joomla! 1.5), so if you want to work in Administration area of Joomla! 1.5 and you want to see right Modal box, please use standard web browsers like Firefox or Opera...
For Backend, there are no Component preferences in Joomla!
For Frontend:
- Phoca Gallery - Default Settings
- Menu Manager - Menulink - Phoca Gallery - Component parameters
Jan
Hi, sorry, I forgot to say, it works only in frontend.
In Backend (Joomla! Administrator), there is no possibility to use Standard Popup Window. In Administration area, there is Modal box used (in whole Joomla! 1.5), so if you want to work in Administration area of Joomla! 1.5 and you want to see right Modal box, please use standard web browsers like Firefox or Opera...
For Backend, there are no Component preferences in Joomla!
For Frontend:
- Phoca Gallery - Default Settings
- Menu Manager - Menulink - Phoca Gallery - Component parameters
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 12 Mar 2008, 22:57
Hi,Do You know
Hi,
Do You know any bug for IE6 which is leting Modal box be in the center of page during scroling ?
On my site ( URL ), when the page is long modal box is always on the top of a page.
Regards,
Jacek
jacek(at)anet.pl
Do You know any bug for IE6 which is leting Modal box be in the center of page during scroling ?
On my site ( URL ), when the page is long modal box is always on the top of a page.
Regards,
Jacek
jacek(at)anet.pl
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
It should be centere
It should be centered since Joomla! 1.5.1 ... but I don't know, I don't care about it (for my sites), because users who use non standard browsers like IE are accustomed for incorrectly layout ...
Try to see the joomla.org forum, maybe you will find something there...
Jan
Try to see the joomla.org forum, maybe you will find something there...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 12 Mar 2008, 22:57
Hi,So ma
Hi,
So maybe is possible to do something like this:
for Firefox or Opera Phoca will use automatically Modal box,
and for non standard browsers - like IE6 - will start Standard Popup Window ?
And maybe someone know, how to do this?
In Poland 33 % user of Internet still use MSIE 6.x (In Czech the same URL )
Regards,
Jacek
So maybe is possible to do something like this:
for Firefox or Opera Phoca will use automatically Modal box,
and for non standard browsers - like IE6 - will start Standard Popup Window ?
And maybe someone know, how to do this?
In Poland 33 % user of Internet still use MSIE 6.x (In Czech the same URL )
Regards,
Jacek
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I know but people wh
I know but people who are using IE, they are acustomed to incorrect displaying of web sites, so it will be shock for them if they will see some correctly displayed site...
Seriously - you can use the standard popup box if you want to support non standard browsers... but for all browsers
There is an IE 8 beta and there will not work some functions which worked in IE 7 (so next uselessly work with hacking and commenting in the next months ) now I am trying to hack the code for IE 8 so I think, for IE 6, there is no time to make some hacks ...
Jan
Seriously - you can use the standard popup box if you want to support non standard browsers... but for all browsers
There is an IE 8 beta and there will not work some functions which worked in IE 7 (so next uselessly work with hacking and commenting in the next months ) now I am trying to hack the code for IE 8 so I think, for IE 6, there is no time to make some hacks ...
Jan
If you find Phoca extensions useful, please support the project