- Posts: 13
- Thank you received: 0
Grey Column menu suddenly stops and becomes white
-
Lazy Garfield
Inactive member -
- New Member
-
Less
More
14 years 2 months ago - 14 years 2 months ago #5676
by Lazy Garfield
Replied by Lazy Garfield on topic Re: Grey Column menu suddenly stops and becomes white
I do't know but the problem is still in IE and Firefox.
Last edit: 14 years 2 months ago by Lazy Garfield.
Please Log in to join the conversation.
-
Lazy Garfield
Inactive member -
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 months ago #5677
by Lazy Garfield
Replied by Lazy Garfield on topic Re: Grey Column menu suddenly stops and becomes white
Look at the screenshots.
Its not a browser problem but a template problem.
Its not a browser problem but a template problem.
Please Log in to join the conversation.
-
Lazy Garfield
Inactive member -
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 months ago #5693
by Lazy Garfield
Replied by Lazy Garfield on topic Re: Grey Column menu suddenly stops and becomes white
Ivan did you see my last post?
It is still not working.
I used both scripts.
It is still not working.
I used both scripts.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 months ago #5698
by ivan.milic
Replied by ivan.milic on topic Re: Grey Column menu suddenly stops and becomes white
Try this:
<script type=text/javascript>
window.onload = function(){
var left_height = jQuery("#content_main").innerHeight();
left_height = Math.round(left_height * 1.03);
jQuery("#column_left").css({height: left_height});
/*FIX*/if(jQuery.browser.msie && jQuery.browser.version <= 7) jQuery("#column_left").css('margin-bottom',-20);
};
</script>
<script type=text/javascript>
window.onload = function(){
var left_height = jQuery("#content_main").innerHeight();
left_height = Math.round(left_height * 1.03);
jQuery("#column_left").css({height: left_height});
/*FIX*/if(jQuery.browser.msie && jQuery.browser.version <= 7) jQuery("#column_left").css('margin-bottom',-20);
};
</script>
Please Log in to join the conversation.
-
Lazy Garfield
Inactive member -
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 months ago - 14 years 2 months ago #5699
by Lazy Garfield
Replied by Lazy Garfield on topic Re: Grey Column menu suddenly stops and becomes white
As far as I can see it looks good now!! :laugh:
Last edit: 14 years 2 months ago by Lazy Garfield.
Please Log in to join the conversation.
-
Lazy Garfield
Inactive member -
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 2 months ago #5701
by Lazy Garfield
Replied by Lazy Garfield on topic Re: Grey Column menu suddenly stops and becomes white
Its a bug in the template?
And do you repair that in the new templates?
And do you repair that in the new templates?
Please Log in to join the conversation.
Time to create page: 0.088 seconds