Page 1 of 1

blue frame around images

Posted: 16 Dec 2009, 12:15
by lamaroscu
Hello,
after upgrading to 2.6.1, I have this problem: with IE8 and Mozilla Firefox 3.5.5. appears a blue frame around the details images that was not there before.
How can I remove it?
Thank's
Lama

Re: blue frame around images

Posted: 16 Dec 2009, 22:12
by Jan
Hi, there were no modifications in this area? :idea: Can I see the site where this occurs?

Re: blue frame around images

Posted: 17 Dec 2009, 10:54
by lamaroscu
Hi,
you can see it here: http://www.fratelliditaglia.eu/index.ph ... &Itemid=31
Just click on an image.
Thank's
Lama

Re: blue frame around images

Posted: 19 Dec 2009, 20:21
by Jan
Hi, try to add:

img, a img {
border: none;
}

to your css or to phoca gallery css.

It was removed to not overwritte all image rules on the site :-(
Jan

Re: blue frame around images

Posted: 22 Dec 2009, 17:08
by cristian
I have posted a post before I see this. And I think that my problem is the same issue...

But I have put that code in phocagallery.css and my template.css and the border continues.... any idea?

Re: blue frame around images

Posted: 22 Dec 2009, 18:06
by cristian
Well I have solved modifying the default_slideshow.php file.

Re: blue frame around images

Posted: 27 Dec 2009, 19:39
by ifrog
I have exactly the same! I checked the css in components/com_phocagallery/assets
but it seems to me that the border is already 0px...


#phocagallery a img {
padding:0;
margin:0;
border:0px;
}

I have no glue how to solve it.

Re: blue frame around images

Posted: 28 Dec 2009, 00:36
by Jan
Ok