Grey Column menu suddenly stops and becomes white

More
13 years 10 months ago #5702 by ivan.milic
We will certainly consider that.

Please Log in to join the conversation.

More
13 years 10 months ago #5703 by Lazy Garfield
I see the white space a little moment and then its gone.
www.globecosmetics.eu/2-Color-Cosmetics.html

Please Log in to join the conversation.

More
13 years 10 months ago #5704 by ivan.milic
Then put both of the scripts so each handles height in its moment of triggering.

<script type=text/javascript>

jQuery(document).ready(function(){
var left_height = jQuery("#content_main").innerHeight();
left_height = Math.round(left_height * 1.015);
jQuery("#column_left").css({height: left_height});
/*FIX*/if(jQuery.browser.msie && jQuery.browser.version <= 7) jQuery("#column_left").css('margin-bottom',-20);
});


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.

More
13 years 10 months ago - 13 years 10 months ago #5705 by Lazy Garfield
Last edit: 13 years 10 months ago by Lazy Garfield.

Please Log in to join the conversation.

More
13 years 10 months ago #5706 by Lazy Garfield
The support on this Forum is great!! :cheer:

Please Log in to join the conversation.

More
12 years 11 months ago #14147 by rolandos

ivan.milic wrote: Then put both of the scripts so each handles height in its moment of triggering.

<script type=text/javascript>

jQuery(document).ready(function(){
var left_height = jQuery("#content_main").innerHeight();
left_height = Math.round(left_height * 1.015);
jQuery("#column_left").css({height: left_height});
/*FIX*/if(jQuery.browser.msie && jQuery.browser.version <= 7) jQuery("#column_left").css('margin-bottom',-20);
});


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>


I put both scripts in my template, but still get the white space in the left-column. And in Opera the page don't stay at 100% height, there is a white space of the bottom of the home-page.
Attachments:

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum