<iframe allowTransparency="true" frameBorder="0" id="twttrHubFrame" name="twttrHubFrame" scrolling="no" src="http://platform.twitter.com/widgets/hub.1326407570.html" style="top:-9999em;width:10px;height:10px;position:absolute;" tabIndex="0"></iframe>
Hi Sammy,
That article is specific for webkit browsers. For example, all of the code has this:
-webkit-transform
You should modify your code to use the -ms prefix ala:
http://msdn.microsoft.com/en-us/library/windows/apps/ff974936.aspx
If that does not work you will need to post a sample of the CSS and HTML you are using.
-Jeff
Jeff Sanders (MSFT)