Aligning bottom of content and right module

More
11 years 8 months ago #28618 by Colossally
Thanks. Tried the new code. It fixed the home page but the other pages are still misaligned.

Please Log in to join the conversation.

More
11 years 8 months ago #28621 by ivan.milic
Code:
for (var i=0;i<this.num;i++) { try{ jQuery("#" + arguments[i]).css('height',this.maxh+"px"); }catch(e){} }

replace with:
Code:
if(!this.maxh){ this.maxh = 0; for (var i=0;i<this.num;i++){ if(jQuery("#" + arguments[i]).innerHeight() > this.maxh) this.maxh = jQuery("#" + arguments[i]).innerHeight(); } this.maxh+= 20; } for (var i=0;i<this.num;i++) { try{ jQuery("#" + arguments[i]).css('height',this.maxh+"px"); }catch(e){} }

Please Log in to join the conversation.

More
11 years 8 months ago #28624 by Colossally
Thanks! That works perfectly.

Please Log in to join the conversation.

Time to create page: 0.086 seconds
Powered by Kunena Forum