blue frame around images

Phoca Gallery - image gallery extension
lamaroscu
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 16 Dec 2009, 11:30

blue frame around images

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: blue frame around images

Post by Jan »

Hi, there were no modifications in this area? :idea: Can I see the site where this occurs?
If you find Phoca extensions useful, please support the project
lamaroscu
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 16 Dec 2009, 11:30

Re: blue frame around images

Post by lamaroscu »

Hi,
you can see it here: http://www.fratelliditaglia.eu/index.ph ... &Itemid=31
Just click on an image.
Thank's
Lama
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: blue frame around images

Post 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
If you find Phoca extensions useful, please support the project
cristian
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 21 Dec 2009, 07:04

Re: blue frame around images

Post 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?
cristian
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 21 Dec 2009, 07:04

Re: blue frame around images

Post by cristian »

Well I have solved modifying the default_slideshow.php file.
ifrog
Phoca Member
Phoca Member
Posts: 12
Joined: 22 Dec 2009, 00:40

Re: blue frame around images

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: blue frame around images

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply