| | |
| | | } |
| | | |
| | | obj[show?'show':'hide'](); |
| | | |
| | | if (bw.ie6 && this.popups[popup].overlap) { |
| | | $('select').css('visibility', show?'hidden':'inherit'); |
| | | $('select', obj).css('visibility', 'inherit'); |
| | | } |
| | | }, |
| | | |
| | | dragmenu: function(show) |
| | |
| | | } |
| | | }); |
| | | $('#listmenu fieldset').css("min-height", maxheight+"px") |
| | | // IE6 complains if you set this attribute using either method: |
| | | //$('#listmenu fieldset').css({'height':'auto !important'}); |
| | | //$('#listmenu fieldset').css("height","auto !important"); |
| | | .height(maxheight); |
| | | }; |
| | | }, |
| | |
| | | } |
| | | else { |
| | | prev_frm.hide(); |
| | | if (bw.ie6 || bw.ie7) { |
| | | if (bw.ie7) { |
| | | var fr = document.getElementById('mailcontframe'); |
| | | fr.style.bottom = 0; |
| | | fr.style.height = parseInt(fr.parentNode.offsetHeight)+'px'; |