Link to home
Create AccountLog in
Avatar of valverde2006
valverde2006Flag for Brazil

asked on

Scribd at Internet Explorer

User generated image

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
Avatar of Shinesh Premrajan
Shinesh Premrajan
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of valverde2006

ASKER

Thank you shinug, I'll check this possibility and give a feedback.
it solved the problem, but I believe Scribd sould fix this.
I fixed it using

.scribd_iframe_embed {
	min-height: 800px!important;
	height:800px!important;
}

Open in new window