Problem with IE9

72 views
Skip to first unread message

Dmitrij

unread,
Feb 24, 2012, 8:40:59 AM2/24/12
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