? galleryformatter-804846.patch
Index: gallerystyles/greenarrows/greenarrows.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/galleryformatter/gallerystyles/greenarrows/greenarrows.css,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 greenarrows.css
--- gallerystyles/greenarrows/greenarrows.css	16 May 2010 16:41:37 -0000	1.1.2.4
+++ gallerystyles/greenarrows/greenarrows.css	23 May 2010 10:29:24 -0000
@@ -12,12 +12,12 @@
 
 .galleryformatter-greenarrows .gallery-slides .panel-overlay {
   position: absolute;
-  bottom: 0.5em; left: 0;
+  bottom: 0; left: 0;
   background: transparent url(images/bg-trans.png) repeat;
   width:100%;
   color: white;
 }
-.galleryformatter-greenarrows .gallery-slides .panel-overlay .overlay-inner { padding: 10px; }
+.galleryformatter-greenarrows .gallery-slides .panel-overlay .overlay-inner { width: 100%; padding: 10px; }
 .galleryformatter-greenarrows .gallery-thumbs .wrapper {
   overflow: auto;
   line-height:0;
Index: theme/galleryformatter.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/galleryformatter/theme/galleryformatter.tpl.php,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 galleryformatter.tpl.php
--- theme/galleryformatter.tpl.php	19 May 2010 16:06:01 -0000	1.1.2.3
+++ theme/galleryformatter.tpl.php	23 May 2010 10:29:25 -0000
@@ -20,6 +20,8 @@
  * $gallery_slides - Array containing all slide images, a link to the original and its sanatized title & description ready to print
  * $gallery_thumbs - Array containing all thumbnail images ready to print
  * $link_to_full -  BOOLEAN wether or not we are linking slides to original images
+ *
+ * Note that we give an inline height to the li.gallery-slide for Opera 10.54 build 3394 on Windows 7 compatibility, see http://drupal.org/node/806296
  */
 ?>
 <?php if (count($gallery_slides) > 0): ?>
@@ -28,7 +30,7 @@
     <div class="gallery-frame">
       <ul>
       <?php foreach ($gallery_slides as $id => $data): ?>
-        <li class="gallery-slide" id="slide-<?php print $id .'-'. $fieldname; ?>">
+        <li class="gallery-slide" id="slide-<?php print $id .'-'. $fieldname; ?>" style="height: <?php print $gallery_slide_height; ?>px;">
           <?php print $data['image']; ?>
           <?php if ($data['title'] || $data['description']): ?>
             <div class="panel-overlay">
