Gallery in Firefox and IE

Filed in: Mozilla, Site News — January 25th, 2005

Gallery thumbnail is screw up in Firefox Gallery thumbnail in IE is fine

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.

Like this post? Please share:

Follow @liewcf on Twitter; Join Facebook page; Subscribe to free newsletter for updates like this article..

  • http://tobbhagler.com/ Tobby

    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 tag in gallery/albums.php (line 295):


    Finally, add a class to the in galler/view_album.php (line 712):

    if ($printTableRow) {
    echo('
    ‘);
    }

    Obviously change your css border to your liking.

  • http://tobbhagler.com Tobby

    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
    tag in gallery/albums.php (line 295):


    Finally, add a class to the in galler/view_album.php (line 712):

    if ($printTableRow) {
    echo('
    ');
    }

    Obviously change your css border to your liking.

  • http://www.liewcf.com/ LcF

    thank you the tips, tobby!

  • http://www.liewcf.com LcF

    thank you the tips, tobby!

t