Several fixes to Rico3.net.
[infodrom/rico3] / minsrc / ricoLiveGridControls.js
index 4ada8ee..0687f5a 100644 (file)
@@ -244,7 +244,7 @@ Rico.TableColumn.link.prototype = {
     if (href && desc) {
       this._anchors[windowRow].href=href;
       this._anchors[windowRow].innerHTML=desc;
-      this._anchors[windowRow].style.display='';
+      this._anchors[windowRow].style.display=Rico.isIE ? 'inline-block' : '';
     } else {
       this._clear(gridCell,windowRow);
     }