Author: max
Date: 2006-11-08 14:09:26 -0800 (Wed, 08 Nov 2006)
New Revision: 2445

Modified:
   openlaszlo/branches/legals/lps/components/lz/floatinglist.lzx
   
openlaszlo/branches/legals/lps/components/lz/resources/floatinglist/topmenu_mid.png
Log:
+ Fix visual appearance of floatinglist in IE

Modified: openlaszlo/branches/legals/lps/components/lz/floatinglist.lzx
===================================================================
--- openlaszlo/branches/legals/lps/components/lz/floatinglist.lzx       
2006-11-08 21:16:44 UTC (rev 2444)
+++ openlaszlo/branches/legals/lps/components/lz/floatinglist.lzx       
2006-11-08 22:09:26 UTC (rev 2445)
@@ -115,7 +115,7 @@
                   bgcolor="0x808080" />
         </view>
 
-        <view name="menucap" y="${parent._currentattachy == 'top'? 
-height:parent.height }"
+        <view name="menucap" y="${parent._currentattachy == 'top'? -height + 
1:parent.height }"
               width="${classroot.width}" 
               ignoreplacement="true" 
               oninit="this.setResourceNumber(1)">

Modified: 
openlaszlo/branches/legals/lps/components/lz/resources/floatinglist/topmenu_mid.png
===================================================================
(Binary files differ)


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to