First, sorry, but i don't speak english very well ok guys?
So,
I've read this post and I had the problem with modal.close on
Microsoft Internet Explorer 8 (IE8 final on Windows 7 RC1). When the
modal was closed, anything on the page wasn't able to click. So,
following the link described before by nlloyds, I found a solution
tried by "hobodave". He changed some lines on livepipe.js.
I changed this lines and worked for me. So I did change the follow
lines:
Starts on line 316 and stops on 322.
Try to change this lines for this code:
initialize: function() {
this.element = new Element('iframe',{
style:
'position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha
(opacity=0);display:none',
src: 'javascript:false;document.write("");',
frameborder: 0
});
$(document.body).insert(this.element);
It worked for me and I only posted it, because maybe can help someone.
Thanks!
> > Nathan- Ocultar texto das mensagens anteriores -
>
> - Mostrar texto das mensagens anteriores -