SOLVED: in IE image incorrect offset ( down)

Phoca Gallery plugins - plugins for Phoca Gallery extension
asics168
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Apr 2011, 06:58

SOLVED: in IE image incorrect offset ( down)

Post by asics168 »

Hello!
i am using Phoca Gallery Plugin 2.7.7. Joomla 1.5.21 On http://alisa.listkom.com/index.php?opti ... 8-17-09-05 - in IE8 image has incorrect offset ( down) .
Code

Code: Select all

<img height="150" width="226" src="images/stories/may_work/portfolio/olya/99987--24777992-m750x740.jpg" alt="99987--24777992-m750x740" /><br /><code class="php plain">{phocagallery view=category|categoryid=4|detail=7|displayname=0| displaydetail=0|displaydownload=0|imageshadow=shadow1|displaybuttons=0}
FireFox, Safari - ok.I use themplate Grid2 (JoomlaBamboo http://www.joomlabamboo.com/joomla-temp ... a-template )With standart theme (milk ..) Joomla - in IE - ok, i read post where user have same problem .. in css for IE.. but i dont solved problem.

from menu item with link to same page http://alisa.listkom.com/index.php?opti ... &Itemid=14 view in IE well, i want open this page in article (if plugin incorrect work with IE and Template) .. its possible?
PS my english bad..
Last edited by asics168 on 22 Apr 2011, 18:24, edited 1 time in total.
asics168
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Apr 2011, 06:58

Re: in IE image incorrect offset ( down)

Post by asics168 »

Solved : in Phocagallery.css (line 21-23)
#phocagallery-pane .phocagallery-box-file,
#phocagallery .phocagallery-box-file,
.phocagallery-box-file {
position:relative;
float:left;
text-align:center;
white-space: normal; /* ADD */
/*overflow:visible;*/
}

and add white-space: normal;
in next tag
.phocagallery-box-file-first
.phocagallery-box-file-second
.phocagallery-box-file-third

this disable inherit tag white-space:pre
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: SOLVED: in IE image incorrect offset ( down)

Post by Jan »

Hi, thank you for the guide, Jan
If you find Phoca extensions useful, please support the project
luchospace
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 23 Jun 2011, 09:39

Re: SOLVED: in IE image incorrect offset ( down)

Post by luchospace »

In my case, did not work.

I have joomla 1.5.23 and phoca 2.8 and the image of the problem is Image

Helpme Please.. is urgent the fix.

Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: SOLVED: in IE image incorrect offset ( down)

Post by Jan »

Hi, maybe then you need to change to standard template :-(
If you find Phoca extensions useful, please support the project
Post Reply