- Posts: 40
- Thank you received: 0
install travel templates
-
peterk2006
Inactive member -
- Member
-
Less
More
11 years 10 months ago #29634
by peterk2006
Replied by peterk2006 on topic install travel templates
did not help
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #29646
by ivan.milic
Replied by ivan.milic on topic install travel templates
try this
Code:
var BoxHeights = {
maxh: 0,
boxes: Array(),
num: 0,
equalise: function() {
this.num = arguments.length;
this.boxes = arguments;
this.maxh = 0;
for (var i = 0; i < this.num; i++){
if(jQuery("#" + arguments[i])[0])
if(jQuery("#" + arguments[i]).innerHeight() > this.maxh)
this.maxh = jQuery("#" + arguments[i]).innerHeight();
}
this.maxh+= 10;
for (var i=0;i<this.num;i++) {
try{
jQuery("#" + arguments[i]).css('height',this.maxh+"px");
}catch(e){
}
}
}
}
The following user(s) said Thank You: peterk2006
Please Log in to join the conversation.
-
peterk2006
Inactive member -
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
11 years 10 months ago #29662
by peterk2006
Replied by peterk2006 on topic install travel templates
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #29674
by ivan.milic
Replied by ivan.milic on topic install travel templates
That you can control using menu item settings in right panel, check them
Please Log in to join the conversation.
Time to create page: 0.089 seconds