Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
SWFFit
Conversations
About
Problem with IE9
72 views
Skip to first unread message
Dmitrij
unread,
Feb 24, 2012, 8:40:59 AM
2/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SWFFit
In swfaddress IE9 shows vertical scrollbars all time. I fixed it by
adding next code to setSize function:
function setSize(){
...
...
if (IE){
if (ih >= _mh)
html.style["overflowY"] = "hidden";
else
html.style["overflowY"] = "scroll";
}
forceRedraw();
}
Reply all
Reply to author
Forward
0 new messages