IE8 defaults to displaying a frame border on iframes, this can be overridden by using the IFrameElement class.
Example:
IFrameElement.as(yourFrameClass.getElement()).setFrameBorder(0); |
IE8 defaults to displaying a frame border on iframes, this can be overridden by using the IFrameElement class.
Example:
IFrameElement.as(yourFrameClass.getElement()).setFrameBorder(0); |