im using the phoca gallery for the website of a friend of mine.
www.patrick-vdm.com
It works fine in all browsers except the Safari-Browser, it shows an very ugly CSS-Bug. That means the thumbnails are located directly over the big switch-image-table.
I think the issue is the positioning of the switch-image-table. I'm using negative margins. Thats because the switch-image-table orginally is located above the thumbnail-table.
Heres the CSS-Code:
Code: Select all
#phocagallery .main-switch-image-table {
margin: 0 0 -480px 370px;
border:10px solid #fff;
}
Best regards
Peter


