valverde2006
asked on
Scribd at Internet Explorer
If I close IE 8, then open, then past the link of the page containing one Embed Scribd.
It happens that lots of times the Scribd embed file is not opening properly.
It seems that the height auto resize is not working properly, on page load.
Solution?
Link: http://goo.gl/EublH
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
it solved the problem, but I believe Scribd sould fix this.
ASKER
I fixed it using
.scribd_iframe_embed {
min-height: 800px!important;
height:800px!important;
}
ASKER