Gallery in Firefox and IE
Filed in: Mozilla, Site News — January 25th, 2005
![]()
Firefox does not rendering the Gallery image thumbnail frame border well(left). Internet Explorer has no problem about it(right).
For the reason, I do not set any frame border for my Gallery. I am looking the workaround for the matter. Probably an upgrade to the latest version of Gallery(1.4.4-pl4).
Please let me know if you have a solution.
Comments Feed
TrackBack URL


January 30th, 2005 at 6:47 am
For what it’s worth, here’s a cludge that works well in many cases, as long as you’re only interested in solid (or other CSS-based) borders.
First, make a change to gallery/css/embedded_style.css.default
Add:
.photo-table img {
border: 1px solid #000;
}
Then, add the new class name to the
Finally, add a class to the
if ($printTableRow) {
echo('
}
Obviously change your css border to your liking.
January 30th, 2005 at 12:08 pm
thank you the tips, tobby!