hi
at the first Sorry for my bad english.
I have a joomla at the wrap5.5 framework
I knew my frame work for Regulation module position height have a js function.
this function is ok in IE5 & ff but in IE9 show very tall my module height.
but i dont know what is wrong on this function . i dont know anything about JS.
this function :
Code:(function(e){e.fn.matchHeight=function(f){var a=0;this.each(function(){a=Math.max(a,e(this).outerHeight())});f&&(a=Math.max(a,f));return this.each(function(){var c=e(this),b=c.outerHeight()-c.height();c.css("min-height",a-b+"px")})}


Reply With Quote
Bookmarks