Drop Menu Website Template
Image
image
image


Hello There, Guest! Register

Post Reply 
Dominance Orders for furs, eyes & traits in Google Docs
03-19-2012, 10:36 AM (This post was last modified: 03-19-2012 10:37 AM by Khea Karas.)
Post: #41
RE: Dominance Orders for furs, eyes & traits in Google Docs
(03-19-2012 08:48 AM)anna acanthus Wrote:  I can remember having this scrolling prob somewhere recently.
What fixed it was simply pulling my browser window up to full size as i tend to downsize it on my big wide screen. Maybe try pulling yours around a bit Karen, who knows ...

No this was an issue when the viewer could not scroll down even with the window fully maximized. I was able to replicate the issue in firefox and I believe it occurs due to the page using iframes without the scroll enabled.

The issue is caused by this line of code:

Code:
<iframe frameborder="0" class="leaf-contents-gview" id="gview" src="https://docs.google.com/spreadsheet/ccc?key=0Ak_Wqb33nVpndHhxT3RqQ1dtNV9WdDMtZUtaOGx0Q3c&amp;output=html&amp;chrome=false&amp;widget=true"></iframe></div>

Should be replaced by:

Code:
<iframe scrolling="auto" frameborder="0" class="leaf-contents-gview" id="gview" src="https://docs.google.com/spreadsheet/ccc?key=0Ak_Wqb33nVpndHhxT3RqQ1dtNV9WdDMtZUtaOGx0Q3c&amp;output=html&amp;chrome=false&amp;widget=true"></iframe></div>

In order to fix the bug for now... the viewer can Right Click > This frame > Open Frame in New Tab.

[Image: v9rl.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Dominance Orders for furs, eyes & traits in Google Docs - Khea Karas - 03-19-2012 10:36 AM



User(s) browsing this thread: 2 Guest(s)