Customisation questions

More
14 years 1 month ago #3753 by twobrains

gayle wrote: Thanks Milos:

Querstion 5 - I use firefox browser

It doesnt extend down on Internet Explorer/safari or opera either


Hello, Milos!
I have the same problem with Opera and Explorer and Safari..

Is it possible to fix it?
Regards, Sergio
Attachments:

Please Log in to join the conversation.

More
14 years 1 month ago #3754 by twobrains

gayle wrote: Thanks Milos:

Querstion 5 - I use firefox browser

It doesnt extend down on Internet Explorer/safari or opera either


Hello, Milos!
I have the same problem with Opera and Explorer and Safari..







is it possible to fix it?
Regards, Sergio
Attachments:

Please Log in to join the conversation.

More
14 years 1 month ago #3757 by ivan.milic
Hi,

There is an problem with jquery function .height() , instead .innerHeight() shold be used. The problematic script block:

<script type="text/javascript">
jQuery(document).ready(function(){
var left_height = jQuery("#content_main").height();
jQuery("#column_left").css({height: left_height});
});
</script>

Should look like these:

<script type="text/javascript">
jQuery(document).ready(function(){
var left_height = jQuery("#content_main").innerHeight();
jQuery("#column_left").css({height: left_height});
});
</script>

Regards,
Ivan

Please Log in to join the conversation.

More
14 years 1 month ago #3758 by twobrains
Hi Ivan.
What page has to be changed?
Thanks, regards
Sergio

Please Log in to join the conversation.

More
14 years 1 month ago #3759 by twobrains
hello? anybody there?

Please Log in to join the conversation.

More
14 years 1 month ago #3760 by twobrains

twobrains wrote: hello? anybody there?

i found. thanks the same...
:whistle:

Please Log in to join the conversation.

Time to create page: 0.107 seconds
Powered by Kunena Forum