web/data/jquery.corner.js
branchstable
changeset 4788 de92a073faa8
parent 841 ce9ba491f8ef
child 7234 69aa3e68c231
--- a/web/data/jquery.corner.js	Thu Mar 04 09:43:16 2010 +0100
+++ b/web/data/jquery.corner.js	Thu Mar 04 10:16:48 2010 +0100
@@ -140,7 +140,7 @@
                         this.style.position = 'relative';
                     ds.position = 'absolute';
                     ds.bottom = ds.left = ds.padding = ds.margin = '0';
-                    if ($.browser.msie)
+                    if (($.browser.msie) && ($.browser.version < 8.0))
                         ds.setExpression('width', 'this.parentNode.offsetWidth');
                     else
                         ds.width = '100%';